var/cache/dev/twig/ae/ae700e41a23a99f8a71ce9d881c66b63.php line 95

  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* frontend/cms/company/about_us.html.twig */
  14. class __TwigTemplate_6d454ec3bb5cd424ee02918e84440c0c extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'title' => [$this'block_title'],
  24.             'post_header' => [$this'block_post_header'],
  25.             'body' => [$this'block_body'],
  26.             'about_us_mission' => [$this'block_about_us_mission'],
  27.             'about_us_vision' => [$this'block_about_us_vision'],
  28.         ];
  29.     }
  30.     protected function doGetParent(array $context)
  31.     {
  32.         // line 1
  33.         return $this->loadTemplate(twig_get_attribute($this->env$this->source, (isset($context["nglayouts"]) || array_key_exists("nglayouts"$context) ? $context["nglayouts"] : (function () { throw new RuntimeError('Variable "nglayouts" does not exist.'1$this->source); })()), "layoutTemplate", [], "any"falsefalsefalse1), "frontend/cms/company/about_us.html.twig"1);
  34.     }
  35.     protected function doDisplay(array $context, array $blocks = [])
  36.     {
  37.         $macros $this->macros;
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  39.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""frontend/cms/company/about_us.html.twig"));
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""frontend/cms/company/about_us.html.twig"));
  42.         $this->getParent($context)->display($contextarray_merge($this->blocks$blocks));
  43.         
  44.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  45.         
  46.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  47.     }
  48.     // line 3
  49.     public function block_title($context, array $blocks = [])
  50.     {
  51.         $macros $this->macros;
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  56.         // line 4
  57.         echo "\t";
  58.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.ui.about_us"), "html"nulltrue);
  59.         echo "
  60. ";
  61.         
  62.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  63.         
  64.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  65.     }
  66.     // line 6
  67.     public function block_post_header($context, array $blocks = [])
  68.     {
  69.         $macros $this->macros;
  70.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  71.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""post_header"));
  72.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  73.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""post_header"));
  74.         // line 7
  75.         echo "\t";
  76.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("bitbag_sylius_cms_plugin_shop_media_render", ["code" => "about_us_post_header""template" => "frontend/cms/common/media/_header.html.twig"]));
  77.         echo "
  78. ";
  79.         
  80.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  81.         
  82.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  83.     }
  84.     // line 9
  85.     public function block_body($context, array $blocks = [])
  86.     {
  87.         $macros $this->macros;
  88.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  89.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  90.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  91.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  92.         // line 10
  93.         echo "\t<!-- Servicing Section -->
  94. \t<section class=\"training-section\">
  95. \t\t<div class=\"bg bg-pattern-2\"></div>
  96. \t\t<div class=\"bg bg-image\" style=\"background-image: url(./images/resource/image-1.jpg)\"></div>
  97. \t\t<div class=\"auto-container\">
  98. \t\t\t<div class=\"sec-title\">
  99. \t\t\t\t<span class=\"sub-title\">Our Services</span>
  100. \t\t\t\t<h2>Specialist logistics services
  101. \t\t\t\t\t<br>
  102. \t\t\t\t\tthat you
  103. \t\t\t\t\t<span class=\"color1\">deserve</span>
  104. \t\t\t\t</h2>
  105. \t\t\t</div>
  106. \t\t\t<div class=\"carousel-outer\">
  107. \t\t\t\t<div
  108. \t\t\t\t\tclass=\"home1-service-slider owl-carousel owl-theme\">
  109. \t\t\t\t\t<!-- Training Block -->
  110. \t\t\t\t\t<div class=\"home1-service-block\">
  111. \t\t\t\t\t\t<div class=\"inner-box\">
  112. \t\t\t\t\t\t\t<div class=\"image-box\">
  113. \t\t\t\t\t\t\t\t<figure class=\"image\"><img src=\"https://via.placeholder.com/270x190\" alt=\"\"></figure>
  114. \t\t\t\t\t\t\t\t<div class=\"overlay\">
  115. \t\t\t\t\t\t\t\t\t<a href=\"page-service-details.html\" class=\"read-more\">
  116. \t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-long-arrow-alt-right\"></i>
  117. \t\t\t\t\t\t\t\t\t</a>
  118. \t\t\t\t\t\t\t\t</div>
  119. \t\t\t\t\t\t\t</div>
  120. \t\t\t\t\t\t\t<div class=\"lower-content\">
  121. \t\t\t\t\t\t\t\t<a href=\"page-service-details.html\" class=\"read-more\">
  122. \t\t\t\t\t\t\t\t\t<i class=\"fa fa-long-arrow-alt-right\"></i>
  123. \t\t\t\t\t\t\t\t</a>
  124. \t\t\t\t\t\t\t\t<h4 class=\"title\">
  125. \t\t\t\t\t\t\t\t\t<a href=\"page-service-details.html\">Air freight</a>
  126. \t\t\t\t\t\t\t\t</h4>
  127. \t\t\t\t\t\t\t\t<div class=\"text\">There are many variations of passages of available, but the majority have suffered freedom alteration.</div>
  128. \t\t\t\t\t\t\t</div>
  129. \t\t\t\t\t\t</div>
  130. \t\t\t\t\t</div>
  131. \t\t\t\t\t<!-- Training Block -->
  132. \t\t\t\t\t<div class=\"home1-service-block\">
  133. \t\t\t\t\t\t<div class=\"inner-box\">
  134. \t\t\t\t\t\t\t<div class=\"image-box\">
  135. \t\t\t\t\t\t\t\t<figure class=\"image\"><img src=\"https://via.placeholder.com/270x190\" alt=\"\"></figure>
  136. \t\t\t\t\t\t\t\t<div class=\"overlay\">
  137. \t\t\t\t\t\t\t\t\t<a href=\"page-service-details.html\" class=\"read-more\">
  138. \t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-long-arrow-alt-right\"></i>
  139. \t\t\t\t\t\t\t\t\t</a>
  140. \t\t\t\t\t\t\t\t</div>
  141. \t\t\t\t\t\t\t</div>
  142. \t\t\t\t\t\t\t<div class=\"lower-content\">
  143. \t\t\t\t\t\t\t\t<a href=\"page-service-details.html\" class=\"read-more\">
  144. \t\t\t\t\t\t\t\t\t<i class=\"fa fa-long-arrow-alt-right\"></i>
  145. \t\t\t\t\t\t\t\t</a>
  146. \t\t\t\t\t\t\t\t<h4 class=\"title\">
  147. \t\t\t\t\t\t\t\t\t<a href=\"page-service-details.html\">Sea freight</a>
  148. \t\t\t\t\t\t\t\t</h4>
  149. \t\t\t\t\t\t\t\t<div class=\"text\">There are many variations of passages of available, but the majority have suffered freedom alteration.</div>
  150. \t\t\t\t\t\t\t</div>
  151. \t\t\t\t\t\t</div>
  152. \t\t\t\t\t</div>
  153. \t\t\t\t\t<!-- Training Block -->
  154. \t\t\t\t\t<div class=\"home1-service-block\">
  155. \t\t\t\t\t\t<div class=\"inner-box\">
  156. \t\t\t\t\t\t\t<div class=\"image-box\">
  157. \t\t\t\t\t\t\t\t<figure class=\"image\"><img src=\"https://via.placeholder.com/270x190\" alt=\"\"></figure>
  158. \t\t\t\t\t\t\t\t<div class=\"overlay\">
  159. \t\t\t\t\t\t\t\t\t<a href=\"page-service-details.html\" class=\"read-more\">
  160. \t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-long-arrow-alt-right\"></i>
  161. \t\t\t\t\t\t\t\t\t</a>
  162. \t\t\t\t\t\t\t\t</div>
  163. \t\t\t\t\t\t\t</div>
  164. \t\t\t\t\t\t\t<div class=\"lower-content\">
  165. \t\t\t\t\t\t\t\t<a href=\"page-service-details.html\" class=\"read-more\">
  166. \t\t\t\t\t\t\t\t\t<i class=\"fa fa-long-arrow-alt-right\"></i>
  167. \t\t\t\t\t\t\t\t</a>
  168. \t\t\t\t\t\t\t\t<h4 class=\"title\">
  169. \t\t\t\t\t\t\t\t\t<a href=\"page-service-details.html\">Road service</a>
  170. \t\t\t\t\t\t\t\t</h4>
  171. \t\t\t\t\t\t\t\t<div class=\"text\">There are many variations of passages of available, but the majority have suffered freedom alteration.</div>
  172. \t\t\t\t\t\t\t</div>
  173. \t\t\t\t\t\t</div>
  174. \t\t\t\t\t</div>
  175. \t\t\t\t\t<!-- Training Block -->
  176. \t\t\t\t\t<div class=\"home1-service-block\">
  177. \t\t\t\t\t\t<div class=\"inner-box\">
  178. \t\t\t\t\t\t\t<div class=\"image-box\">
  179. \t\t\t\t\t\t\t\t<figure class=\"image\"><img src=\"https://via.placeholder.com/270x190\" alt=\"\"></figure>
  180. \t\t\t\t\t\t\t\t<div class=\"overlay\">
  181. \t\t\t\t\t\t\t\t\t<a href=\"page-service-details.html\" class=\"read-more\">
  182. \t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-long-arrow-alt-right\"></i>
  183. \t\t\t\t\t\t\t\t\t</a>
  184. \t\t\t\t\t\t\t\t</div>
  185. \t\t\t\t\t\t\t</div>
  186. \t\t\t\t\t\t\t<div class=\"lower-content\">
  187. \t\t\t\t\t\t\t\t<a href=\"page-service-details.html\" class=\"read-more\">
  188. \t\t\t\t\t\t\t\t\t<i class=\"fa fa-long-arrow-alt-right\"></i>
  189. \t\t\t\t\t\t\t\t</a>
  190. \t\t\t\t\t\t\t\t<h4 class=\"title\">
  191. \t\t\t\t\t\t\t\t\t<a href=\"page-service-details.html\">Other solution</a>
  192. \t\t\t\t\t\t\t\t</h4>
  193. \t\t\t\t\t\t\t\t<div class=\"text\">There are many variations of passages of available, but the majority have suffered freedom alteration.</div>
  194. \t\t\t\t\t\t\t</div>
  195. \t\t\t\t\t\t</div>
  196. \t\t\t\t\t</div>
  197. \t\t\t\t</div>
  198. \t\t\t</div>
  199. \t\t</div>
  200. \t</section>
  201. \t<!-- End Training Section -->
  202.  
  203. \t";
  204.         // line 124
  205.         $this->displayBlock('about_us_mission'$context$blocks);
  206.         // line 140
  207.         echo "
  208. \t<!-- section end-->
  209. \t";
  210.         // line 143
  211.         $this->displayBlock('about_us_vision'$context$blocks);
  212.         // line 164
  213.         echo "
  214. \t<!-- section end-->
  215. \t<!-- section start-->
  216. \t";
  217.         // line 205
  218.         echo "\t<!-- section end-->
  219. \t<!-- section start-->
  220. \t 
  221. ";
  222.         
  223.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  224.         
  225.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  226.     }
  227.     // line 124
  228.     public function block_about_us_mission($context, array $blocks = [])
  229.     {
  230.         $macros $this->macros;
  231.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  232.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""about_us_mission"));
  233.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  234.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""about_us_mission"));
  235.         // line 125
  236.         echo "\t\t<section class=\"about-section pb-60\">
  237. \t\t\t<div class=\"auto-container\">
  238. \t\t\t\t<div
  239. \t\t\t\t\tclass=\"row\">
  240. \t\t\t\t\t<!-- Image Column -->
  241. \t\t\t\t\t<div class=\"image-column col-lg-6\">
  242. \t\t\t\t\t\t";
  243.         // line 131
  244.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("bitbag_sylius_cms_plugin_shop_media_render", ["code" => "about_us_mission""template" => "frontend/cms/company/_about_us/media/_mission.html.twig"]));
  245.         echo 
  246. \t\t\t\t\t</div>
  247. \t\t\t\t\t<div class=\"content-column col-lg-6 pl-70 pl-lg-30 wow fadeInLeft\" data-wow-delay=\"300ms\">
  248. \t\t\t\t\t\t";
  249.         // line 134
  250.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("bitbag_sylius_cms_plugin_shop_block_render", ["code" => "about_us_mission""template" => "frontend/cms/company/_about_us/block/_mission.html.twig"]));
  251.         echo 
  252. \t\t\t\t\t</div>
  253. \t\t\t\t</div>
  254. \t\t\t</div>
  255. \t\t</section> 
  256. \t";
  257.         
  258.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  259.         
  260.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  261.     }
  262.     // line 143
  263.     public function block_about_us_vision($context, array $blocks = [])
  264.     {
  265.         $macros $this->macros;
  266.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  267.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""about_us_vision"));
  268.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  269.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""about_us_vision"));
  270.         // line 144
  271.         echo "\t\t<section class=\"why-choose-us-home2\"> <div class=\"bg-image d-none d-xl-block\" style=\"background-image: url(";
  272.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/image/1.JPG"), "html"nulltrue);
  273.         echo ")\"></div>
  274. \t\t\t<div class=\"bg-shape\">
  275. \t\t\t\t<div class=\"shape\"></div>
  276. \t\t\t</div>
  277. \t\t\t<div class=\"container-fluid\">
  278. \t\t\t\t<div
  279. \t\t\t\t\tclass=\"row\">
  280. \t\t\t\t\t<!-- Image Column -->
  281. \t\t\t\t\t<div class=\"image-column col-xl-6\">
  282. \t\t\t\t\t\t<div class=\"image-box hide-desktop\"><img src=\"";
  283.         // line 154
  284.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/image/1.JPG"), "html"nulltrue);
  285.         echo "\" alt=\"\"></div>
  286. \t\t\t\t\t</div>
  287. \t\t\t\t\t<!-- Content Column -->
  288. \t\t\t\t\t<div class=\"content-column col-xl-5 col-lg-8\">
  289. \t\t\t\t\t\t";
  290.         // line 158
  291.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("bitbag_sylius_cms_plugin_shop_block_render", ["code" => "about_us_vision""template" => "frontend/cms/company/_about_us/block/_vision.html.twig"]));
  292.         echo 
  293. \t\t\t\t\t</div>
  294. \t\t\t\t</div>
  295. \t\t\t</div>
  296. \t\t</section> 
  297. \t";
  298.         
  299.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  300.         
  301.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  302.     }
  303.     public function getTemplateName()
  304.     {
  305.         return "frontend/cms/company/about_us.html.twig";
  306.     }
  307.     public function isTraitable()
  308.     {
  309.         return false;
  310.     }
  311.     public function getDebugInfo()
  312.     {
  313.         return array (  333 => 158,  326 => 154,  312 => 144,  302 => 143,  286 => 134,  280 => 131,  272 => 125,  262 => 124,  247 => 205,  242 => 164,  240 => 143,  235 => 140,  233 => 124,  117 => 10,  107 => 9,  94 => 7,  84 => 6,  71 => 4,  61 => 3,  39 => 1,);
  314.     }
  315.     public function getSourceContext()
  316.     {
  317.         return new Source("{% extends nglayouts.layoutTemplate %}
  318. {% block title %}
  319. \t{{'app.ui.about_us'|trans}}
  320. {% endblock %}
  321. {% block post_header %}
  322. \t{{ render(path('bitbag_sylius_cms_plugin_shop_media_render', {'code' : 'about_us_post_header', 'template' : 'frontend/cms/common/media/_header.html.twig'})) }}
  323. {% endblock %}
  324. {% block body %}
  325. \t<!-- Servicing Section -->
  326. \t<section class=\"training-section\">
  327. \t\t<div class=\"bg bg-pattern-2\"></div>
  328. \t\t<div class=\"bg bg-image\" style=\"background-image: url(./images/resource/image-1.jpg)\"></div>
  329. \t\t<div class=\"auto-container\">
  330. \t\t\t<div class=\"sec-title\">
  331. \t\t\t\t<span class=\"sub-title\">Our Services</span>
  332. \t\t\t\t<h2>Specialist logistics services
  333. \t\t\t\t\t<br>
  334. \t\t\t\t\tthat you
  335. \t\t\t\t\t<span class=\"color1\">deserve</span>
  336. \t\t\t\t</h2>
  337. \t\t\t</div>
  338. \t\t\t<div class=\"carousel-outer\">
  339. \t\t\t\t<div
  340. \t\t\t\t\tclass=\"home1-service-slider owl-carousel owl-theme\">
  341. \t\t\t\t\t<!-- Training Block -->
  342. \t\t\t\t\t<div class=\"home1-service-block\">
  343. \t\t\t\t\t\t<div class=\"inner-box\">
  344. \t\t\t\t\t\t\t<div class=\"image-box\">
  345. \t\t\t\t\t\t\t\t<figure class=\"image\"><img src=\"https://via.placeholder.com/270x190\" alt=\"\"></figure>
  346. \t\t\t\t\t\t\t\t<div class=\"overlay\">
  347. \t\t\t\t\t\t\t\t\t<a href=\"page-service-details.html\" class=\"read-more\">
  348. \t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-long-arrow-alt-right\"></i>
  349. \t\t\t\t\t\t\t\t\t</a>
  350. \t\t\t\t\t\t\t\t</div>
  351. \t\t\t\t\t\t\t</div>
  352. \t\t\t\t\t\t\t<div class=\"lower-content\">
  353. \t\t\t\t\t\t\t\t<a href=\"page-service-details.html\" class=\"read-more\">
  354. \t\t\t\t\t\t\t\t\t<i class=\"fa fa-long-arrow-alt-right\"></i>
  355. \t\t\t\t\t\t\t\t</a>
  356. \t\t\t\t\t\t\t\t<h4 class=\"title\">
  357. \t\t\t\t\t\t\t\t\t<a href=\"page-service-details.html\">Air freight</a>
  358. \t\t\t\t\t\t\t\t</h4>
  359. \t\t\t\t\t\t\t\t<div class=\"text\">There are many variations of passages of available, but the majority have suffered freedom alteration.</div>
  360. \t\t\t\t\t\t\t</div>
  361. \t\t\t\t\t\t</div>
  362. \t\t\t\t\t</div>
  363. \t\t\t\t\t<!-- Training Block -->
  364. \t\t\t\t\t<div class=\"home1-service-block\">
  365. \t\t\t\t\t\t<div class=\"inner-box\">
  366. \t\t\t\t\t\t\t<div class=\"image-box\">
  367. \t\t\t\t\t\t\t\t<figure class=\"image\"><img src=\"https://via.placeholder.com/270x190\" alt=\"\"></figure>
  368. \t\t\t\t\t\t\t\t<div class=\"overlay\">
  369. \t\t\t\t\t\t\t\t\t<a href=\"page-service-details.html\" class=\"read-more\">
  370. \t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-long-arrow-alt-right\"></i>
  371. \t\t\t\t\t\t\t\t\t</a>
  372. \t\t\t\t\t\t\t\t</div>
  373. \t\t\t\t\t\t\t</div>
  374. \t\t\t\t\t\t\t<div class=\"lower-content\">
  375. \t\t\t\t\t\t\t\t<a href=\"page-service-details.html\" class=\"read-more\">
  376. \t\t\t\t\t\t\t\t\t<i class=\"fa fa-long-arrow-alt-right\"></i>
  377. \t\t\t\t\t\t\t\t</a>
  378. \t\t\t\t\t\t\t\t<h4 class=\"title\">
  379. \t\t\t\t\t\t\t\t\t<a href=\"page-service-details.html\">Sea freight</a>
  380. \t\t\t\t\t\t\t\t</h4>
  381. \t\t\t\t\t\t\t\t<div class=\"text\">There are many variations of passages of available, but the majority have suffered freedom alteration.</div>
  382. \t\t\t\t\t\t\t</div>
  383. \t\t\t\t\t\t</div>
  384. \t\t\t\t\t</div>
  385. \t\t\t\t\t<!-- Training Block -->
  386. \t\t\t\t\t<div class=\"home1-service-block\">
  387. \t\t\t\t\t\t<div class=\"inner-box\">
  388. \t\t\t\t\t\t\t<div class=\"image-box\">
  389. \t\t\t\t\t\t\t\t<figure class=\"image\"><img src=\"https://via.placeholder.com/270x190\" alt=\"\"></figure>
  390. \t\t\t\t\t\t\t\t<div class=\"overlay\">
  391. \t\t\t\t\t\t\t\t\t<a href=\"page-service-details.html\" class=\"read-more\">
  392. \t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-long-arrow-alt-right\"></i>
  393. \t\t\t\t\t\t\t\t\t</a>
  394. \t\t\t\t\t\t\t\t</div>
  395. \t\t\t\t\t\t\t</div>
  396. \t\t\t\t\t\t\t<div class=\"lower-content\">
  397. \t\t\t\t\t\t\t\t<a href=\"page-service-details.html\" class=\"read-more\">
  398. \t\t\t\t\t\t\t\t\t<i class=\"fa fa-long-arrow-alt-right\"></i>
  399. \t\t\t\t\t\t\t\t</a>
  400. \t\t\t\t\t\t\t\t<h4 class=\"title\">
  401. \t\t\t\t\t\t\t\t\t<a href=\"page-service-details.html\">Road service</a>
  402. \t\t\t\t\t\t\t\t</h4>
  403. \t\t\t\t\t\t\t\t<div class=\"text\">There are many variations of passages of available, but the majority have suffered freedom alteration.</div>
  404. \t\t\t\t\t\t\t</div>
  405. \t\t\t\t\t\t</div>
  406. \t\t\t\t\t</div>
  407. \t\t\t\t\t<!-- Training Block -->
  408. \t\t\t\t\t<div class=\"home1-service-block\">
  409. \t\t\t\t\t\t<div class=\"inner-box\">
  410. \t\t\t\t\t\t\t<div class=\"image-box\">
  411. \t\t\t\t\t\t\t\t<figure class=\"image\"><img src=\"https://via.placeholder.com/270x190\" alt=\"\"></figure>
  412. \t\t\t\t\t\t\t\t<div class=\"overlay\">
  413. \t\t\t\t\t\t\t\t\t<a href=\"page-service-details.html\" class=\"read-more\">
  414. \t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-long-arrow-alt-right\"></i>
  415. \t\t\t\t\t\t\t\t\t</a>
  416. \t\t\t\t\t\t\t\t</div>
  417. \t\t\t\t\t\t\t</div>
  418. \t\t\t\t\t\t\t<div class=\"lower-content\">
  419. \t\t\t\t\t\t\t\t<a href=\"page-service-details.html\" class=\"read-more\">
  420. \t\t\t\t\t\t\t\t\t<i class=\"fa fa-long-arrow-alt-right\"></i>
  421. \t\t\t\t\t\t\t\t</a>
  422. \t\t\t\t\t\t\t\t<h4 class=\"title\">
  423. \t\t\t\t\t\t\t\t\t<a href=\"page-service-details.html\">Other solution</a>
  424. \t\t\t\t\t\t\t\t</h4>
  425. \t\t\t\t\t\t\t\t<div class=\"text\">There are many variations of passages of available, but the majority have suffered freedom alteration.</div>
  426. \t\t\t\t\t\t\t</div>
  427. \t\t\t\t\t\t</div>
  428. \t\t\t\t\t</div>
  429. \t\t\t\t</div>
  430. \t\t\t</div>
  431. \t\t</div>
  432. \t</section>
  433. \t<!-- End Training Section -->
  434.  
  435. \t{% block about_us_mission %}
  436. \t\t<section class=\"about-section pb-60\">
  437. \t\t\t<div class=\"auto-container\">
  438. \t\t\t\t<div
  439. \t\t\t\t\tclass=\"row\">
  440. \t\t\t\t\t<!-- Image Column -->
  441. \t\t\t\t\t<div class=\"image-column col-lg-6\">
  442. \t\t\t\t\t\t{{ render(path('bitbag_sylius_cms_plugin_shop_media_render', {'code' : 'about_us_mission', 'template' : 'frontend/cms/company/_about_us/media/_mission.html.twig'})) }} 
  443. \t\t\t\t\t</div>
  444. \t\t\t\t\t<div class=\"content-column col-lg-6 pl-70 pl-lg-30 wow fadeInLeft\" data-wow-delay=\"300ms\">
  445. \t\t\t\t\t\t{{ render(path('bitbag_sylius_cms_plugin_shop_block_render', {'code' : 'about_us_mission', 'template' : 'frontend/cms/company/_about_us/block/_mission.html.twig'})) }} 
  446. \t\t\t\t\t</div>
  447. \t\t\t\t</div>
  448. \t\t\t</div>
  449. \t\t</section> 
  450. \t{% endblock %}
  451. \t<!-- section end-->
  452. \t{% block about_us_vision %}
  453. \t\t<section class=\"why-choose-us-home2\"> <div class=\"bg-image d-none d-xl-block\" style=\"background-image: url({{asset('assets/image/1.JPG')}})\"></div>
  454. \t\t\t<div class=\"bg-shape\">
  455. \t\t\t\t<div class=\"shape\"></div>
  456. \t\t\t</div>
  457. \t\t\t<div class=\"container-fluid\">
  458. \t\t\t\t<div
  459. \t\t\t\t\tclass=\"row\">
  460. \t\t\t\t\t<!-- Image Column -->
  461. \t\t\t\t\t<div class=\"image-column col-xl-6\">
  462. \t\t\t\t\t\t<div class=\"image-box hide-desktop\"><img src=\"{{asset('assets/image/1.JPG')}}\" alt=\"\"></div>
  463. \t\t\t\t\t</div>
  464. \t\t\t\t\t<!-- Content Column -->
  465. \t\t\t\t\t<div class=\"content-column col-xl-5 col-lg-8\">
  466. \t\t\t\t\t\t{{ render(path('bitbag_sylius_cms_plugin_shop_block_render', {'code' : 'about_us_vision', 'template' : 'frontend/cms/company/_about_us/block/_vision.html.twig'})) }} 
  467. \t\t\t\t\t</div>
  468. \t\t\t\t</div>
  469. \t\t\t</div>
  470. \t\t</section> 
  471. \t{% endblock %}
  472. \t<!-- section end-->
  473. \t<!-- section start-->
  474. \t{# <section class=\"achievement-section\"><img class=\"achievement-section__bg\" src=\"{{ asset('media/img/achievement-section.png')}}\" alt=\"img\"/>
  475. \t\t\t\t    <div class=\"container\">
  476. \t\t\t\t      <div class=\"row bottom-50\">
  477. \t\t\t\t        <div class=\"col-12\">
  478. \t\t\t\t          <div class=\"heading heading--center\">
  479. \t\t\t\t            <span class=\"heading__pre-title\">Achievement</span>
  480. \t\t\t\t            <h3 class=\"heading__title\">High work achievements</h3>
  481. \t\t\t\t          </div>
  482. \t\t\t\t        </div>
  483. \t\t\t\t      </div>
  484. \t\t\t\t      <div class=\"row offset-50\">
  485. \t\t\t\t        <div class=\"col-md-6 col-lg-4 text-center\">
  486. \t\t\t\t          <div class=\"counter counter--blue\">
  487. \t\t\t\t            <div class=\"counter__top\">
  488. \t\t\t\t              <span class=\"js-counter counter__count\">5</span><span class=\"counter__subject\">millions</span></div>
  489. \t\t\t\t            <div class=\"counter__lower\">
  490. \t\t\t\t              <span class=\"counter__details\">Delivered packeges</span></div>
  491. \t\t\t\t          </div>
  492. \t\t\t\t        </div>
  493. \t\t\t\t        <div class=\"col-md-6 col-lg-4 text-center\">
  494. \t\t\t\t          <div class=\"counter counter--blue\">
  495. \t\t\t\t            <div class=\"counter__top\">
  496. \t\t\t\t              <span class=\"js-counter counter__count\">2</span><span class=\"counter__subject\">million</span></div>
  497. \t\t\t\t            <div class=\"counter__lower\">
  498. \t\t\t\t              <span class=\"counter__details\">Miles driven each of the year</span></div>
  499. \t\t\t\t          </div>
  500. \t\t\t\t        </div>
  501. \t\t\t\t        <div class=\"col-md-6 col-lg-4 text-center\">
  502. \t\t\t\t          <div class=\"counter counter--blue\">
  503. \t\t\t\t            <div class=\"counter__top\">
  504. \t\t\t\t              <span class=\"js-counter counter__count\">50</span><span class=\"counter__subject\">years</span></div>
  505. \t\t\t\t            <div class=\"counter__lower\">
  506. \t\t\t\t              <span class=\"counter__details\">Total warehouse area</span></div>
  507. \t\t\t\t          </div>
  508. \t\t\t\t        </div>
  509. \t\t\t\t      </div>
  510. \t\t\t\t    </div>
  511. \t\t\t\t  </section> #}
  512. \t<!-- section end-->
  513. \t<!-- section start-->
  514. \t 
  515. {% endblock %}
  516. ""frontend/cms/company/about_us.html.twig""/srv/sylius/templates/frontend/cms/company/about_us.html.twig");
  517.     }
  518. }