var/cache/website/dev/twig/cc/cccc81e315d5c31b73690532797839bc4958217b068d98c9142d489fe4ea4ee1.php line 258

Open in your IDE?
  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. /* kategories/product-pdf-eng.html.twig */
  14. class __TwigTemplate_c30244829e7a2c253e225e0558c2d9161e3bb690ad2f01f6a146d29a308d4ce1 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->parent false;
  23.         $this->blocks = [
  24.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""kategories/product-pdf-eng.html.twig"));
  31.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""kategories/product-pdf-eng.html.twig"));
  33.         // line 1
  34.         echo "<!DOCTYPE html>
  35. <html>
  36. \t<head>
  37. \t\t<style>
  38. \t\t\thtml {
  39. \t\t\t\tfont-family: \"Open Sans\", Arial, sans-serif;
  40. \t\t\t\tbackground-color: #fff;
  41. \t\t\t}
  42. \t\t\t.head {
  43. \t\t\t\tdisplay: block;
  44. \t\t\t\twidth: 82%;
  45. \t\t\t\tborder-bottom: 2px solid #ddd;
  46. \t\t\t\tmargin-right: 10%;
  47. \t\t\t\tmargin-left: 10%;
  48. \t\t\t\tpadding-bottom: 20px;
  49. \t\t\t}
  50. \t\t\t.head img {
  51. \t\t\t\tmargin-left: 42%;
  52. \t\t\t\tmargin-right: 42%;
  53. \t\t\t}
  54. \t\t\t.type {
  55. \t\t\t\tposition: absolute;
  56. \t\t\t\ttop: 77px;
  57. \t\t\t\tright: 0;
  58. \t\t\t\tcolor: #E64400;
  59. \t\t\t}
  60. \t\t\t.prod-name {
  61. \t\t\t\tfont-weight: 800;
  62. \t\t\t\tfont-size: 1.7rem;
  63. \t\t\t\tmargin-bottom: 0;
  64. \t\t\t\tpadding-bottom: 0;
  65. \t\t\t\tcolor: black;
  66. \t\t\t}
  67. \t\t\tp {
  68. \t\t\t\tcolor: #aaa;
  69. \t\t\t\tfont-size: 1rem;
  70. \t\t\t}
  71. \t\t\t.prod-photo {
  72. \t\t\t\t
  73. \t\t    width: 100%;
  74. \t\t\t/* margin-top: 50px; */
  75. \t\t\tmargin-left: 20%;
  76. \t\t\tmargin-right: 20%;
  77. \t\t\tdisplay: inline-block;
  78. \t\t\t}
  79. \t\t\t.prod-photo img {
  80. \t\t\t\twidth: 30%;
  81. \t\t\t\tvertical-align:middle;
  82. \t\t\t}
  83. \t\t\t.tech {
  84. \t\t\t\tmargin-left: 10px;
  85. \t\t\t\tpadding: 15px;
  86. \t\t\t\tborder: 1px solid black;
  87. \t\t\t}
  88. \t\t\t.mainContainer {
  89. \t\t\t\tmargin-top: 50px;
  90. \t\t\t\tdisplay: block;
  91. \t\t\t\t
  92. \t\t\t}
  93. \t\t\t.leftContainer {
  94. \t\t\t\tfloat: left;
  95. \t\t\t\twidth: 45%;
  96. \t\t\t}
  97. \t\t\t.leftContainer h4 {
  98. \t\t\t\tfont-weight: 600;
  99. \t\t\t\tcolor: #E64400;
  100. \t\t\t\tpadding: 0;
  101. \t\t\t\tmargin: 20px 0 0 0;
  102. \t\t\t\ttext-transform: uppercase;
  103. \t\t\t}
  104. \t\t\t.leftContainer .sleft {
  105. \t\t\t\tfloat: left;
  106. \t\t\t\twidth: 70%;
  107. \t\t\t}
  108. \t\t\t.leftContainer .sright {
  109. \t\t\t\tfloat: left;
  110. \t\t\t\twidth: 30%;
  111. \t\t\t}
  112. \t\t\t.leftContainer .prod-det {
  113. \t\t\t\tpadding-left: 20px;
  114. \t\t\t\tborder-bottom: 3px solid #CCC;
  115. \t\t\t}
  116. \t\t\t.leftContainer .prod-det:last-child {
  117. \t\t\t\tborder-bottom: none;
  118. \t\t\t}
  119. \t\t\t.rightContainer {
  120. \t\t\t\tfloat: left;
  121. \t\t\t\twidth: 45%;
  122. \t\t\t\tpadding-left: 50px;
  123. \t\t\t}
  124. \t\t\t.rightContainer h4 {
  125. \t\t\t\tfont-weight: 600;
  126. \t\t\t\tcolor: #E64400;
  127. \t\t\t\tpadding: 0;
  128. \t\t\t\tmargin: 20px 0 0 0;
  129. \t\t\t\ttransform: lowercase;
  130. \t\t\t}
  131. \t\t\t.icons {
  132. \t\t\t\t
  133. \t\t\t\tdisplay: flex;
  134. \t\t\t\t
  135. \t\t\t}
  136. \t\t\t.icons img {
  137. \t\t\t\twidth: 50px;
  138. \t\t\t\tmargin: 20px 10px 10px 5px;
  139. \t\t\t\theight: 45px;
  140. \t\t\t}
  141. \t\t\t.note {
  142. \t\t\t\tposition: absolute;
  143. \t\t\t\tbottom: 400px;
  144. \t\t\t\tleft: 50%;
  145. \t\t\t}
  146. \t\t\t
  147. \t\t\t.footer p {
  148. \t\t\t\tcolor: #CCC;
  149. \t\t\t}
  150. \t\t\t.contact {
  151. \t\t\t\tdisplay: block;
  152. \t\t\t\twidth: 82%;
  153. \t\t\t\tborder-top: 2px solid #ddd;
  154. \t\t\t\tmargin-right: 10%;
  155. \t\t\t\tmargin-left: 10%;
  156. \t\t\t\t
  157. \t\t\t}
  158. \t\t\t.contact img {
  159. \t\t\t\twidth: 50px;
  160. \t\t\t\tmargin: 5px 10px;
  161. \t\t\t\theight: 45px;
  162. \t\t\t}
  163. \t\t\t.contact .redicon {
  164. \t\t\t\tfloat: left;
  165. \t\t\t\twidth: 30%;
  166. \t\t\t\t
  167. \t\t\t}
  168. \t\t\t.contact .redicon .myredicon {
  169. \t\t\t\tbackground-color: rgba(255,0,0,0.4);
  170. \t\t\t\tborder-radius: 50%;
  171. \t\t\t\twidth: 50px;
  172. \t\t\t\theight: 50px;
  173. \t\t\t\tmargin-top: 20px;
  174. \t\t\t}
  175. \t\t\t.contact .redicon .myredicon svg,
  176. \t\t\t.contact .web .myweb svg {
  177. \t\t\t\tmargin: 10px;
  178. \t\t\t\twidth: 30px;
  179. \t\t\t\theight: 30px;
  180. \t\t\t\t
  181. \t\t\t}
  182. \t\t\t.contact .redicon svg path,
  183. \t\t\t.contact .web svg path {
  184. \t\t\t\tfill: #fff;
  185. \t\t\t}
  186. \t\t\t.details {
  187. \t\t\t\twidth: 200px;
  188. \t\t\t\tposition: absolute;
  189. \t\t\t\tbottom: 0px;
  190. \t\t\t\tleft: 200px;
  191. \t\t\t}
  192. \t\t\t.details p,
  193. \t\t\t.details1 p,
  194. \t\t\t.details2 p {
  195. \t\t\t\tmargin-top:10px;
  196. \t\t\t\tcolor: #aaa;
  197. \t\t\t}
  198. \t\t\t.details1 {
  199. \t\t\t\twidth: 200px;
  200. \t\t\t\tposition: absolute;
  201. \t\t\t\tbottom: -15px;
  202. \t\t\t\tleft: 500px;
  203. \t\t\t}
  204. \t\t\t.details2 {
  205. \t\t\t\twidth: 200px;
  206. \t\t\t\tposition: absolute;
  207. \t\t\t\tbottom: -15px;
  208. \t\t\t\tleft: 810px;
  209. \t\t\t}
  210. \t\t\t.contact .web {
  211. \t\t\t\tfloat: left;
  212. \t\t\t\twidth: 30%;
  213. \t\t\t\t
  214. \t\t\t}
  215. \t\t\t.contact .web .myweb {
  216. \t\t\t\tbackground-color: rgba(128,128,128,0.4);
  217. \t\t\t\tborder-radius: 50%;
  218. \t\t\t\twidth: 50px;
  219. \t\t\t\theight: 50px;
  220. \t\t\t\tmargin-top: 20px;
  221. \t\t\t}
  222. \t\t\t
  223. \t\t</style>
  224. \t\t<base href=\"http://cora.pl\">
  225. \t</head>
  226. \t<body>
  227. \t\t<div class=\"head\">
  228. \t\t\t<img src=\"/uploads/media/logo.png\" width=\"150px\"/>
  229. \t\t</div>
  230. \t\t<h4 class=\"type\">";
  231.         // line 214
  232.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'214$this->source); })()), "modelOprawy", [], "any"falsefalsefalse214), "typ", [], "any"falsefalsefalse214), "html"nulltrue);
  233.         echo "</h4>
  234. \t\t
  235. \t\t<p class=\"prod-name\">";
  236.         // line 216
  237.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'216$this->source); })()), "nazwa", [], "any"falsefalsefalse216), "html"nulltrue);
  238.         echo "</p>
  239. \t\t<p style=\"font-size: 0.7rem;\">Article number: ";
  240.         // line 217
  241.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'217$this->source); })()), "kod", [], "any"falsefalsefalse217), "html"nulltrue);
  242.         echo "</p>\t
  243. \t\t<div class=\"prod-photo\">
  244. \t\t";
  245.         // line 221
  246.         if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'221$this->source); })()), "imageUrl", [], "any"falsefalsefalse221)) > 0)) {
  247.             // line 222
  248.             echo "\t\t\t\t";
  249.             $context["mainImage"] = twig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'222$this->source); })()), "imageUrl", [], "any"falsefalsefalse222);
  250.             // line 223
  251.             echo "\t\t\t\t";
  252.             // line 225
  253.             echo "\t\t\t\t<img src=";
  254.             echo twig_escape_filter($this->env, (isset($context["mainImage"]) || array_key_exists("mainImage"$context) ? $context["mainImage"] : (function () { throw new RuntimeError('Variable "mainImage" does not exist.'225$this->source); })()), "html"nulltrue);
  255.             echo ">
  256. \t\t\t";
  257.         } else {
  258.             // line 227
  259.             echo "
  260. \t\t\t\t<img src=\"/uploads/media/nf.png\"/>
  261. \t\t\t";
  262.         }
  263.         // line 230
  264.         echo "
  265. \t\t\t";
  266.         // line 232
  267.         if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'232$this->source); })()), "techImage", [], "any"falsefalsefalse232)) > 0)) {
  268.             // line 233
  269.             echo "\t\t\t\t";
  270.             $context["techImage"] = twig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'233$this->source); })()), "techImage", [], "any"falsefalsefalse233);
  271.             // line 234
  272.             echo "\t\t\t\t";
  273.             // line 236
  274.             echo "\t\t\t\t<img src=";
  275.             echo twig_escape_filter($this->env, (isset($context["techImage"]) || array_key_exists("techImage"$context) ? $context["techImage"] : (function () { throw new RuntimeError('Variable "techImage" does not exist.'236$this->source); })()), "html"nulltrue);
  276.             echo ">
  277. \t\t\t";
  278.         } else {
  279.             // line 238
  280.             echo "
  281. \t\t\t\t<img src=\"/uploads/media/nf.png\"/>
  282. \t\t\t";
  283.         }
  284.         // line 241
  285.         echo "
  286. \t\t\t";
  287.         // line 242
  288.         if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'242$this->source); })()), "modelOprawy", [], "any"falsefalsefalse242), "image", [], "any"falsefalsefalse242)) > 0)) {
  289.             // line 243
  290.             echo "
  291. \t\t\t\t";
  292.             // line 244
  293.             $context["url"] = $this->extensions['Sulu\Bundle\MediaBundle\Twig\MediaTwigExtension']->resolveMediaFunction(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'244$this->source); })()), "modelOprawy", [], "any"falsefalsefalse244), "image", [], "any"falsefalsefalse244), "id", [], "any"falsefalsefalse244), "inline");
  294.             echo "     
  295. \t\t\t\t<img class=\"tech\" src=\"";
  296.             // line 245
  297.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["url"]) || array_key_exists("url"$context) ? $context["url"] : (function () { throw new RuntimeError('Variable "url" does not exist.'245$this->source); })()), "url", [], "any"falsefalsefalse245), "html"nulltrue);
  298.             echo "\" />
  299. \t\t\t
  300. \t\t\t";
  301.         }
  302.         // line 248
  303.         echo "
  304. \t\t</div>
  305. \t\t<div class=\"mainContainer\">
  306. \t\t\t<div class=\"leftContainer\">
  307. \t\t\t\t";
  308.         // line 254
  309.         echo "\t\t\t\t<div class=\"prod-det\">
  310. \t\t\t\t\t<div class=\"sleft\">
  311. \t\t\t\t\t<p>
  312. \t\t\t\t\t\t<span>LED</span>
  313. \t\t\t\t\t</p>
  314. \t\t\t\t
  315. \t\t\t\t\t<p>
  316. \t\t\t\t\t\t<span>Light colour</span>
  317. \t\t\t\t\t</p>
  318. \t\t\t\t\t<p>
  319. \t\t\t\t\t\t<span>CRI </span>
  320. \t\t\t\t\t</p>
  321. \t\t\t\t\t<p>
  322. \t\t\t\t\t\t<span>Led chip flux</span>
  323. \t\t\t\t\t</p>
  324. \t\t\t\t\t<p>
  325. \t\t\t\t\t\t<span>Luminous flux</span>
  326. \t\t\t\t\t</p>
  327. \t\t\t\t\t<p>
  328. \t\t\t\t\t\t<span>System power</span>
  329. \t\t\t\t\t</p>
  330. \t\t\t\t\t<p>
  331. \t\t\t\t\t\t<span>Luminaire Efficiency</span>
  332. \t\t\t\t\t</p>
  333. \t\t\t\t\t<p>
  334. \t\t\t\t\t\t<span>Beam angle</span>
  335. \t\t\t\t\t</p>
  336. \t\t\t\t\t<p>
  337. \t\t\t\t\t\t<span>Controller </span>
  338. \t\t\t\t\t</p>
  339. \t\t\t\t\t<p>
  340. \t\t\t\t\t\t<span>MacAdam</span>
  341. \t\t\t\t\t\t
  342. \t\t\t\t\t</p>
  343. \t\t\t\t\t</div>
  344. \t\t\t\t\t<div class=\"sright\">
  345. \t\t\t\t\t\t<p>
  346. \t\t\t\t\t\t\t<span>";
  347.         // line 291
  348.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'291$this->source); })()), "led", [], "any"falsefalsefalse291), "html"nulltrue);
  349.         echo "</span>
  350. \t\t\t\t\t\t</p>
  351. \t\t\t\t\t\t<p>
  352. \t\t\t\t\t\t\t<span>";
  353.         // line 294
  354.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'294$this->source); })()), "dioda", [], "any"falsefalsefalse294), "cctKelvin", [], "any"falsefalsefalse294), "html"nulltrue);
  355.         echo " [K] ";
  356.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'294$this->source); })()), "dioda", [], "any"falsefalsefalse294), "typDiodyNazwa", [], "any"falsefalsefalse294), "html"nulltrue);
  357.         echo "</span>
  358. \t\t\t\t\t\t</p>
  359. \t\t\t\t\t\t<p>
  360. \t\t\t\t\t\t\t<span>";
  361.         // line 297
  362.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'297$this->source); })()), "dioda", [], "any"falsefalsefalse297), "CRI", [], "any"falsefalsefalse297), "html"nulltrue);
  363.         echo "</span>
  364. \t\t\t\t\t\t</p>
  365. \t\t\t\t\t\t<p>
  366. \t\t\t\t\t\t\t<span>";
  367.         // line 300
  368.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'300$this->source); })()), "lumenLedChip", [], "any"falsefalsefalse300), "html"nulltrue);
  369.         echo " [lm]</span>
  370. \t\t\t\t\t\t</p>
  371. \t\t\t\t\t\t<p>
  372. \t\t\t\t\t\t\t<span>";
  373.         // line 303
  374.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'303$this->source); })()), "lumenOprawa", [], "any"falsefalsefalse303), "html"nulltrue);
  375.         echo " [lm]</span>
  376. \t\t\t\t\t\t</p>
  377. \t\t\t\t\t\t<p>
  378. \t\t\t\t\t\t\t<span>";
  379.         // line 306
  380.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'306$this->source); })()), "mocOprawy", [], "any"falsefalsefalse306), "html"nulltrue);
  381.         echo " [W]</span>
  382. \t\t\t\t\t\t</p>
  383. \t\t\t\t\t\t<p>
  384. \t\t\t\t\t\t\t<span>";
  385.         // line 309
  386.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'309$this->source); })()), "lmwZoprawy", [], "any"falsefalsefalse309), "html"nulltrue);
  387.         echo " [lm/W]</span>
  388. \t\t\t\t\t\t</p>
  389. \t\t\t\t\t\t<p>
  390. \t\t\t\t\t\t\t<span>";
  391.         // line 312
  392.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'312$this->source); })()), "odblysnik", [], "any"falsefalsefalse312), "kat", [], "any"falsefalsefalse312), "html"nulltrue);
  393.         echo "</span>
  394. \t\t\t\t\t\t</p>
  395. \t\t\t\t\t\t<p>
  396. \t\t\t\t\t\t\t<span>";
  397.         // line 315
  398.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'315$this->source); })()), "sterowanie", [], "any"falsefalsefalse315), "nazwa", [], "any"falsefalsefalse315), "html"nulltrue);
  399.         echo "</span>
  400. \t\t\t\t\t\t</p>
  401. \t\t\t\t\t\t<p>
  402. \t\t\t\t\t\t\t<span>";
  403.         // line 318
  404.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'318$this->source); })()), "mcAdam", [], "any"falsefalsefalse318), "html"nulltrue);
  405.         echo "</span>
  406. \t\t\t\t\t\t</p>
  407. \t\t\t\t\t</div>
  408. \t\t\t\t\t<div style=\"clear:both\"></div>
  409. \t\t\t\t</div>
  410. \t\t\t\t<h4>LUMINAIRE</h4>
  411. \t\t\t\t<div class=\"prod-det\">
  412. \t\t\t\t\t<div class=\"sleft\">
  413. \t\t\t\t\t\t<p>
  414. \t\t\t\t\t\t\t<span>Weight</span>
  415. \t\t\t\t\t\t</p>
  416. \t\t\t\t\t\t<p>
  417. \t\t\t\t\t\t\t<span>Protection rating IP , IK , class </span>
  418. \t\t\t\t\t\t</p>
  419. \t\t\t\t\t\t<p>
  420. \t\t\t\t\t\t\t<span>Luminaire colour </span>
  421. \t\t\t\t\t\t</p>
  422. \t\t\t\t\t\t<p>
  423. \t\t\t\t\t\t\t<span>Cover</span>
  424. \t\t\t\t\t\t</p>
  425. \t\t\t\t\t\t<p>
  426. \t\t\t\t\t\t\t<span>Operating voltage</span>
  427. \t\t\t\t\t\t</p>
  428. \t\t\t\t\t</div>
  429. \t\t\t\t\t<div class=\"sright\">
  430. \t\t\t\t\t\t<p>
  431. \t\t\t\t\t\t\t<span>";
  432.         // line 344
  433.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'344$this->source); })()), "modelOprawy", [], "any"falsefalsefalse344), "wagaNetto", [], "any"falsefalsefalse344), "html"nulltrue);
  434.         echo " [kg]</span>
  435. \t\t\t\t\t\t</p>
  436. \t\t\t\t\t\t<p>
  437. \t\t\t\t\t\t\t<span>IP ";
  438.         // line 347
  439.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'347$this->source); })()), "modelOprawy", [], "any"falsefalsefalse347), "klasaIp", [], "any"falsefalsefalse347), "html"nulltrue);
  440.         echo ", IK ";
  441.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'347$this->source); })()), "modelOprawy", [], "any"falsefalsefalse347), "klasaIk", [], "any"falsefalsefalse347), "html"nulltrue);
  442.         echo ", ";
  443.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'347$this->source); })()), "modelOprawy", [], "any"falsefalsefalse347), "klasaOchronnosci", [], "any"falsefalsefalse347), "html"nulltrue);
  444.         echo "</span>
  445. \t\t\t\t\t\t</p>
  446. \t\t\t\t\t\t<p>
  447. \t\t\t\t\t\t\t<span>";
  448.         // line 350
  449.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'350$this->source); })()), "kolor", [], "any"falsefalsefalse350), "nazwa", [], "any"falsefalsefalse350), "html"nulltrue);
  450.         echo "</span>
  451. \t\t\t\t\t\t</p>
  452. \t\t\t\t\t\t<p>
  453. \t\t\t\t\t\t\t<span>";
  454.         // line 353
  455.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'353$this->source); })()), "cover", [], "any"falsefalsefalse353), "html"nulltrue);
  456.         echo "</span>
  457. \t\t\t\t\t\t</p>
  458. \t\t\t\t\t\t<p>
  459. \t\t\t\t\t\t\t<span>";
  460.         // line 356
  461.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'356$this->source); })()), "operatingVoltage", [], "any"falsefalsefalse356), "html"nulltrue);
  462.         echo "</span>
  463. \t\t\t\t\t\t</p>
  464. \t\t\t\t\t</div>
  465. \t\t\t\t\t<div style=\"clear:both\"></div>
  466. \t\t\t\t</div>
  467. \t\t\t\t<h4>OPTIONS</h4>
  468. \t\t\t\t<div class=\"prod-det\">
  469. \t\t\t\t\t<p>
  470. \t\t\t\t\t\t<span>";
  471.         // line 364
  472.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'364$this->source); })()), "optionsEN", [], "any"falsefalsefalse364), "html"nulltrue);
  473.         echo "</span>
  474. \t\t\t\t\t</p>
  475. \t\t\t\t</div>
  476. \t\t\t</div>
  477. \t\t\t<div class=\"rightContainer\">
  478. \t\t\t\t<h4>";
  479.         // line 369
  480.         echo twig_escape_filter($this->envtwig_capitalize_string_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'369$this->source); })()), "modelOprawy", [], "any"falsefalsefalse369), "typ", [], "any"falsefalsefalse369)), "html"nulltrue);
  481.         echo " LED</h4>
  482. \t\t\t\t";
  483.         // line 371
  484.         echo "\t\t\t\t<p>";
  485.         echo twig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'371$this->source); })()), "opisEN", [], "any"falsefalsefalse371);
  486.         echo "</p>
  487. \t\t\t\t";
  488.         // line 376
  489.         echo "
  490. \t\t\t\t<p class=\"note\">Note: All data are typical values. Tolerance of measurements +/-10%  
  491. \t\tSystem features may change with product improvements due to technical advances.</p>
  492. \t\t\t</div>
  493. \t\t\t<div style=\"clear:both\"></div>
  494. \t\t</div>
  495. \t\t<div class=\"icons\" style=\"margin-top:0px; margin-left: 50px\">
  496. \t\t\t<img class=\"mysvg\" src=\"/img/ConformitĂ©_EuropĂ©enne_(logo).svg\"/>
  497. \t\t\t<img class=\"mysvg\" src=\"/img/eac.png\"/>
  498. \t\t\t<img class=\"mysvg\" src=\"/img/ukca.png\"/>
  499. \t\t\t\t\t
  500. \t\t</div>
  501. \t\t<div class=\"footer\" style=\"margin-top: 0;\">
  502. \t\t\t<div style=\"float: right\">
  503. \t\t\t\t<p style=\"font-weight: 400;\">Generated: ";
  504.         // line 393
  505.         echo twig_escape_filter($this->env, (isset($context["date"]) || array_key_exists("date"$context) ? $context["date"] : (function () { throw new RuntimeError('Variable "date" does not exist.'393$this->source); })()), "html"nulltrue);
  506.         echo "</p>
  507. \t\t\t</div>
  508. \t\t\t<div style=\"clear:both\"></div> 
  509. \t\t\t<div class=\"contact\">
  510. \t\t\t\t<div class=\"redicon\">\t\t
  511. \t\t\t\t\t<div class=\"myredicon\">
  512. \t\t\t\t\t\t<svg version=\"1.1\" id=\"Capa_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"
  513. \t \t\t\t\t\t\tviewBox=\"0 0 492.777 492.777\" style=\"enable-background:new 0 0 492.777 492.777;\" xml:space=\"preserve\">
  514. \t\t\t\t\t\t\t<path d=\"M484.899,323.597l-49.486-114.97h-79.456c-29.136,0-52.835-23.699-52.835-52.833v-3.942H189.628v3.935
  515. \t\t\t\t\t\t\t\tc0,14.111-5.498,27.376-15.481,37.358c-9.831,9.838-23.441,15.474-37.351,15.474H57.094L7.802,323.775
  516. \t\t\t\t\t\t\t\tc-12.788,29.883-9.715,64.194,8.186,91.328c17.894,27.125,48.227,43.454,80.733,43.454h299.342
  517. \t\t\t\t\t\t\t\tc32.535,0,62.896-16.361,80.78-43.544C494.736,387.839,497.76,353.489,484.899,323.597z M196.135,402.241
  518. \t\t\t\t\t\t\t\tc0,4.112-3.338,7.451-7.449,7.451h-24.684c-4.113,0-7.452-3.338-7.452-7.451v-24.683c0-4.113,3.338-7.451,7.452-7.451h24.684
  519. \t\t\t\t\t\t\t\tc4.111,0,7.449,3.338,7.449,7.451V402.241z M196.135,332.2c0,4.113-3.338,7.451-7.449,7.451h-24.684
  520. \t\t\t\t\t\t\t\tc-4.113,0-7.452-3.338-7.452-7.451v-24.69c0-4.113,3.338-7.451,7.452-7.451h24.684c4.111,0,7.449,3.338,7.449,7.451V332.2z
  521. \t\t\t\t\t\t\t\tM196.135,262.152c0,4.113-3.338,7.451-7.449,7.451h-24.684c-4.113,0-7.452-3.338-7.452-7.451v-24.682
  522. \t\t\t\t\t\t\t\tc0-4.113,3.338-7.451,7.452-7.451h24.684c4.111,0,7.449,3.338,7.449,7.451V262.152z M266.183,402.241
  523. \t\t\t\t\t\t\t\tc0,4.112-3.338,7.451-7.449,7.451H234.05c-4.114,0-7.452-3.338-7.452-7.451v-24.69c0-4.113,3.338-7.451,7.452-7.451h24.683
  524. \t\t\t\t\t\t\t\tc4.111,0,7.449,3.338,7.449,7.451V402.241z M266.183,332.2c0,4.113-3.338,7.451-7.449,7.451h-24.69
  525. \t\t\t\t\t\t\t\tc-4.114,0-7.452-3.338-7.452-7.451v-24.69c0-4.113,3.338-7.451,7.452-7.451h24.69c4.111,0,7.449,3.338,7.449,7.451V332.2z
  526. \t\t\t\t\t\t\t\tM266.183,262.152c0,4.113-3.338,7.451-7.449,7.451H234.05c-4.114,0-7.452-3.338-7.452-7.451v-24.69
  527. \t\t\t\t\t\t\t\tc0-4.113,3.338-7.451,7.452-7.451h24.683c4.111,0,7.449,3.338,7.449,7.451V262.152z M336.224,402.241
  528. \t\t\t\t\t\t\t\tc0,4.112-3.338,7.451-7.452,7.451h-24.681c-4.114,0-7.452-3.338-7.452-7.451v-24.683c0-4.113,3.338-7.451,7.452-7.451h24.681
  529. \t\t\t\t\t\t\t\tc4.114,0,7.452,3.338,7.452,7.451V402.241z M336.224,332.2c0,4.113-3.338,7.451-7.452,7.451h-24.681
  530. \t\t\t\t\t\t\t\tc-4.114,0-7.452-3.338-7.452-7.451v-24.69c0-4.113,3.338-7.451,7.452-7.451h24.681c4.114,0,7.452,3.338,7.452,7.451V332.2z
  531. \t\t\t\t\t\t\t\tM336.224,262.152c0,4.113-3.338,7.451-7.452,7.451h-24.681c-4.114,0-7.452-3.338-7.452-7.451v-24.682
  532. \t\t\t\t\t\t\t\tc0-4.113,3.338-7.451,7.452-7.451h24.681c4.114,0,7.452,3.338,7.452,7.451V262.152z\"/>
  533. \t\t\t\t\t\t\t<path d=\"M28.535,175.59h108.261c5.248,0,10.29-2.087,13.998-5.797c3.717-3.716,5.806-8.757,5.806-14.006
  534. \t\t\t\t\t\t\t\tl-0.008-36.963H336.15v36.97c0,10.935,8.871,19.805,19.806,19.805h108.275c10.935,0,19.806-8.87,19.806-19.805v-36.963v-0.007
  535. \t\t\t\t\t\t\t\tc0-46.713-106.383-84.604-237.633-84.604c-0.018,0-0.042,0-0.042,0C115.12,34.22,8.715,72.103,8.73,118.824h0.064L8.73,155.787
  536. \t\t\t\t\t\t\t\tC8.73,166.729,17.593,175.59,28.535,175.59z\"/>
  537. \t\t\t\t\t\t</svg>
  538. \t\t\t\t\t</div>
  539. \t\t\t\t\t<div class=\"details\">
  540. \t\t\t\t\t
  541. \t\t\t\t\t\t<p>+48 32 388 80 00</p>
  542. \t\t\t\t\t</div>
  543. \t\t\t\t</div>
  544. \t\t\t\t<div class=\"web\">
  545. \t\t\t\t\t<div class=\"myweb\">
  546. \t\t\t\t\t<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"
  547. \t \t\t\t\t\tviewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512;\" xml:space=\"preserve\">
  548. \t\t\t\t\t\t<g>
  549. \t\t\t\t\t\t\t<g>
  550. \t\t\t\t\t\t\t\t<path d=\"M255.989,36.652c-120.942,0-219.337,98.395-219.337,219.337s98.395,219.337,219.337,219.337
  551. \t\t\t\t\t\t\t\t\ts219.337-98.395,219.337-219.337S376.931,36.652,255.989,36.652z M447.896,192.422H434.41c-4.157,0-8.32,0.983-12.037,2.841
  552. \t\t\t\t\t\t\t\t\tl-4.945,2.473c-3.118,1.558-6.854,1.325-9.755-0.607l-18.64-12.427c-1.411-0.94-3.07-1.443-4.765-1.443h-2.275l6.362-9.544
  553. \t\t\t\t\t\t\t\t\tc0.32-0.479,0.853-0.764,1.429-0.764h13.381v3.734c0,4.744,3.845,8.59,8.59,8.59c4.23,0,7.738-3.06,8.451-7.085l3.133,1.567
  554. \t\t\t\t\t\t\t\t\tc3.086,1.543,6.539,2.358,9.988,2.358h10.839C445.503,185.505,446.741,188.945,447.896,192.422z M383.696,113.178
  555. \t\t\t\t\t\t\t\t\tc0-0.15,0.061-0.298,0.167-0.405l6.479-6.479c0.216-0.216,0.418-0.442,0.607-0.676c3.787,3.403,7.448,6.942,10.969,10.617
  556. \t\t\t\t\t\t\t\t\tl-5.399,5.399c-3.355,3.355-3.355,8.794,0,12.148c1.677,1.677,3.876,2.516,6.074,2.516c2.198,0,4.397-0.838,6.074-2.516
  557. \t\t\t\t\t\t\t\t\tl4.618-4.618c8.912,11.031,16.691,23.011,23.155,35.769h-3.114c-0.796,0-1.593-0.189-2.306-0.544l-13.248-6.625
  558. \t\t\t\t\t\t\t\t\tc-2.61-1.305-5.532-1.994-8.451-1.994h-19.539c-6.333,0-12.212,3.146-15.725,8.415l-12.712,19.074h-8.002
  559. \t\t\t\t\t\t\t\t\tc-3.474,0-6.299-2.826-6.299-6.299v-15.158c0-0.246,0.157-0.465,0.392-0.543l16.761-5.587c4.178-1.393,8.032-3.775,11.147-6.889
  560. \t\t\t\t\t\t\t\t\tc5.387-5.387,8.352-12.547,8.352-20.164V113.178z M121.027,105.618c0.189,0.233,0.389,0.458,0.607,0.675l9.163,9.163
  561. \t\t\t\t\t\t\t\t\tc1.61,1.612,3.796,2.516,6.074,2.516s4.464-0.905,6.074-2.516l12.957-12.959c1.838-1.838,4.284-2.851,6.885-2.851h11.308v0.573
  562. \t\t\t\t\t\t\t\t\tc0,2.977,1.542,5.742,4.074,7.307c2.532,1.566,5.695,1.708,8.358,0.376l14.993-7.498c0.993-0.496,2.104-0.758,3.215-0.758h30.645
  563. \t\t\t\t\t\t\t\t\tc-3.351,2.185-5.68,5.67-6.399,9.819c-1.011,5.84,1.424,11.511,6.356,14.799l11.806,7.871c0.159,0.107,0.254,0.284,0.254,0.476
  564. \t\t\t\t\t\t\t\t\tv4.26c0,0.316-0.257,0.573-0.573,0.573h-3.945c-5.66,0-10.981,2.204-14.984,6.206l-57.766,57.766
  565. \t\t\t\t\t\t\t\t\tc-0.107,0.107-0.254,0.167-0.405,0.167h-14.528c-14.842,0-26.916,12.074-26.916,26.916v4.183l-9.523-1.905
  566. \t\t\t\t\t\t\t\t\tc-2.27-0.454-4.164-1.902-5.2-3.971l-5.656-11.31c-1.455-2.911-4.429-4.75-7.683-4.75h-5.117c-4.197,0-7.909-2.676-9.235-6.657
  567. \t\t\t\t\t\t\t\t\tl-11.961-35.883C85.443,144.371,101.532,123.135,121.027,105.618z M255.989,458.145c-111.469,0-202.157-90.688-202.157-202.156
  568. \t\t\t\t\t\t\t\t\tc0-22.079,3.57-43.337,10.142-63.242l5.592,16.776c3.649,10.949,13.818,18.324,25.342,18.404l3.281,6.563
  569. \t\t\t\t\t\t\t\t\tc3.422,6.846,9.69,11.632,17.196,13.135l32.759,6.551c1.842,0.368,3.517,1.265,4.845,2.593c2.665,2.666,5.797,4.698,9.21,6.02
  570. \t\t\t\t\t\t\t\t\tl-5.99,17.972c-0.292,0.876-0.441,1.792-0.441,2.717v18.326c0,8.426,4.025,16.477,10.766,21.533l21.991,16.493
  571. \t\t\t\t\t\t\t\t\tc2.438,1.828,3.894,4.74,3.894,7.787v49.429c0,5.333,1.563,10.496,4.521,14.931l13.208,19.813
  572. \t\t\t\t\t\t\t\t\tc2.875,4.311,7.683,6.885,12.865,6.885h3.194c5.999,0,10.881-4.882,10.881-10.881v-15.709c0-3.824,1.489-7.42,4.193-10.124
  573. \t\t\t\t\t\t\t\t\tl16.956-16.956c3.44-3.44,6.07-7.697,7.61-12.313l5.365-16.094c0.078-0.235,0.297-0.392,0.543-0.392h4.568
  574. \t\t\t\t\t\t\t\t\tc8.162,0,15.245-5.53,17.223-13.448l6.17-24.679c1.503-6.014-0.286-12.474-4.671-16.857l-11.974-11.974
  575. \t\t\t\t\t\t\t\t\tc-3.352-3.352-7.811-5.2-12.553-5.2h-10.973l-31.452-31.452c-3.352-3.352-7.811-5.2-12.553-5.2h-41.82
  576. \t\t\t\t\t\t\t\t\tc-0.134-0.003-0.267-0.003-0.401,0h-1.476c-2.532,0-4.915-0.986-6.705-2.778c-3.734-3.735-8.446-6.256-13.625-7.291l-6.053-1.211
  577. \t\t\t\t\t\t\t\t\tV228.5c0-5.368,4.367-9.736,9.736-9.736h9.736v0.573c0,4.744,3.846,8.59,8.59,8.59s8.59-3.846,8.59-8.59v-5.621
  578. \t\t\t\t\t\t\t\t\tc0.054-0.053,0.113-0.099,0.167-0.151l57.766-57.766c0.757-0.757,1.764-1.174,2.835-1.174h3.945
  579. \t\t\t\t\t\t\t\t\tc9.789,0,17.753-7.964,17.753-17.753v-4.26c0-5.95-2.956-11.472-7.905-14.771l-7.251-4.835l13.916-3.48
  580. \t\t\t\t\t\t\t\t\tc6.125-1.53,10.403-7.008,10.403-13.327c0-7.572-6.161-13.733-13.733-13.733h-55.273c-3.764,0-7.533,0.889-10.899,2.573
  581. \t\t\t\t\t\t\t\t\tl-5.676,2.838c-2.625-3.295-6.671-5.411-11.202-5.411h-14.172c-7.189,0-13.949,2.799-19.033,7.884l-6.884,6.884l-2.568-2.567
  582. \t\t\t\t\t\t\t\t\tc33.878-25.617,76.036-40.835,121.686-40.835c45.65,0,87.808,15.217,121.684,40.834l-5.958,5.958
  583. \t\t\t\t\t\t\t\t\tc-3.354,3.354-5.2,7.811-5.2,12.553v15.44c0,3.028-1.18,5.875-3.32,8.016c-1.238,1.238-2.769,2.184-4.431,2.739l-16.761,5.587
  584. \t\t\t\t\t\t\t\t\tc-7.26,2.42-12.14,9.188-12.14,16.843v15.157c0,4.328,1.198,8.374,3.249,11.859c-3.485,2.346-6.541,5.366-8.946,8.976
  585. \t\t\t\t\t\t\t\t\tl-8.108,12.16c-2.958,4.436-4.521,9.599-4.521,14.931v16.391c0,5.332,1.563,10.495,4.521,14.931l9.808,14.711
  586. \t\t\t\t\t\t\t\t\tc5.004,7.506,13.376,11.986,22.395,11.986h22.798c4.198,0,7.909,2.674,9.235,6.657l2.048,6.141
  587. \t\t\t\t\t\t\t\t\tc1.657,4.972,2.498,10.151,2.498,15.394v6.485c0,8.567,1.193,17.089,3.548,25.33l14.73,51.559
  588. \t\t\t\t\t\t\t\t\tC366.227,433.643,313.919,458.145,255.989,458.145z M198.835,326.085l-21.991-16.493c-2.438-1.829-3.894-4.741-3.894-7.788
  589. \t\t\t\t\t\t\t\t\tv-16.932l6.765-20.292h35.827c0.151,0,0.299,0.061,0.405,0.167l33.968,33.968c1.61,1.612,3.796,2.516,6.074,2.516h14.53
  590. \t\t\t\t\t\t\t\t\tc0.151,0,0.299,0.061,0.405,0.167l11.974,11.974c0.142,0.142,0.199,0.351,0.151,0.544l-6.17,24.678
  591. \t\t\t\t\t\t\t\t\tc-0.064,0.255-0.292,0.433-0.555,0.433h-4.568c-7.653,0-14.421,4.878-16.843,12.14l-5.365,16.094
  592. \t\t\t\t\t\t\t\t\tc-0.699,2.098-1.896,4.033-3.459,5.596l-16.956,16.956c-5.949,5.949-9.225,13.859-9.225,22.272v3.373l-8.674-13.01
  593. \t\t\t\t\t\t\t\t\tc-1.07-1.604-1.634-3.472-1.634-5.4v-49.428C209.601,339.19,205.577,331.139,198.835,326.085z M404.909,338.192
  594. \t\t\t\t\t\t\t\t\tc-1.915-6.705-2.887-13.64-2.887-20.611v-6.485c0-7.092-1.137-14.099-3.379-20.827l-2.048-6.141
  595. \t\t\t\t\t\t\t\t\tc-3.669-11.007-13.93-18.404-25.534-18.404h-22.798c-3.262,0-6.29-1.621-8.1-4.335l-9.808-14.712
  596. \t\t\t\t\t\t\t\t\tc-1.07-1.605-1.636-3.472-1.636-5.4v-16.391c0-1.929,0.566-3.796,1.636-5.4l8.108-12.161c2.874-4.311,7.683-6.885,12.865-6.885
  597. \t\t\t\t\t\t\t\t\th30.341l16.475,10.983c8.016,5.344,18.351,5.988,26.968,1.679l4.945-2.473c1.345-0.672,2.85-1.027,4.354-1.027h18.357
  598. \t\t\t\t\t\t\t\t\tc3.512,14.901,5.379,30.43,5.379,46.387c0.001,46.132-15.543,88.695-41.65,122.752L404.909,338.192z\"/>
  599. \t\t\t\t\t\t\t</g>
  600. \t\t\t\t\t\t</g>
  601. \t\t\t\t\t</svg>
  602. \t\t\t\t</div>
  603. \t\t\t\t<div class=\"details1\">
  604. \t\t\t\t\t\t<p>www.cora.pl</p>
  605. \t\t\t\t\t\t<p>cora@cora.pl</p>
  606. \t\t\t\t\t</div>
  607. \t\t\t\t\t
  608. \t\t\t\t</div>
  609. \t\t\t\t<div class=\"redicon\">
  610. \t\t\t\t\t<div class=\"myredicon\">
  611. \t\t\t\t\t\t<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"
  612. \t\t\t\t\t\t\tviewBox=\"0 0 368.666 368.666\" style=\"enable-background:new 0 0 368.666 368.666;\" xml:space=\"preserve\">
  613. \t\t\t\t\t\t\t<g id=\"XMLID_2_\">
  614. \t\t\t\t\t\t\t\t<g>
  615. \t\t\t\t\t\t\t\t\t<g>
  616. \t\t\t\t\t\t\t\t\t\t<path d=\"M184.333,0C102.01,0,35.036,66.974,35.036,149.297c0,33.969,11.132,65.96,32.193,92.515
  617. \t\t\t\t\t\t\t\t\t\t\tc27.27,34.383,106.572,116.021,109.934,119.479l7.169,7.375l7.17-7.374c3.364-3.46,82.69-85.116,109.964-119.51
  618. \t\t\t\t\t\t\t\t\t\t\tc21.042-26.534,32.164-58.514,32.164-92.485C333.63,66.974,266.656,0,184.333,0z M285.795,229.355
  619. \t\t\t\t\t\t\t\t\t\t\tc-21.956,27.687-80.92,89.278-101.462,110.581c-20.54-21.302-79.483-82.875-101.434-110.552
  620. \t\t\t\t\t\t\t\t\t\t\tc-18.228-22.984-27.863-50.677-27.863-80.087C55.036,78.002,113.038,20,184.333,20c71.294,0,129.297,58.002,129.296,129.297
  621. \t\t\t\t\t\t\t\t\t\t\tC313.629,178.709,304.004,206.393,285.795,229.355z\"/>
  622. \t\t\t\t\t\t\t\t\t\t<path d=\"M184.333,59.265c-48.73,0-88.374,39.644-88.374,88.374c0,48.73,39.645,88.374,88.374,88.374s88.374-39.645,88.374-88.374
  623. \t\t\t\t\t\t\t\t\t\t\tS233.063,59.265,184.333,59.265z M184.333,216.013c-37.702,0-68.374-30.673-68.374-68.374c0-37.702,30.673-68.374,68.374-68.374
  624. \t\t\t\t\t\t\t\t\t\t\ts68.373,30.673,68.374,68.374C252.707,185.341,222.035,216.013,184.333,216.013z\"/>
  625. \t\t\t\t\t\t\t\t\t</g>
  626. \t\t\t\t\t\t\t\t</g>
  627. \t\t\t\t\t\t\t</g>
  628. \t\t\t\t\t\t</svg>
  629. \t\t\t\t\t</div>
  630. \t\t\t\t\t<div class=\"details2\">
  631. \t\t\t\t\t\t<p>Street: Ignatza Hakuby 18</p>
  632. \t\t\t\t\t\t<p>41-914 Bytom, Polska</p>
  633. \t\t\t\t\t</div>
  634. \t\t\t\t</div>
  635. \t\t\t\t<div style=\"clear:both\"></div> 
  636. \t\t\t</div>
  637. \t\t</div>
  638. \t\t
  639. \t</body>
  640. </html>
  641. ";
  642.         
  643.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  644.         
  645.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  646.     }
  647.     public function getTemplateName()
  648.     {
  649.         return "kategories/product-pdf-eng.html.twig";
  650.     }
  651.     public function isTraitable()
  652.     {
  653.         return false;
  654.     }
  655.     public function getDebugInfo()
  656.     {
  657.         return array (  538 => 393,  519 => 376,  514 => 371,  510 => 369,  502 => 364,  491 => 356,  485 => 353,  479 => 350,  469 => 347,  463 => 344,  434 => 318,  428 => 315,  422 => 312,  416 => 309,  410 => 306,  404 => 303,  398 => 300,  392 => 297,  384 => 294,  378 => 291,  339 => 254,  332 => 248,  326 => 245,  322 => 244,  319 => 243,  317 => 242,  314 => 241,  309 => 238,  303 => 236,  301 => 234,  298 => 233,  296 => 232,  292 => 230,  287 => 227,  281 => 225,  279 => 223,  276 => 222,  274 => 221,  267 => 217,  263 => 216,  258 => 214,  43 => 1,);
  658.     }
  659.     public function getSourceContext()
  660.     {
  661.         return new Source("<!DOCTYPE html>
  662. <html>
  663. \t<head>
  664. \t\t<style>
  665. \t\t\thtml {
  666. \t\t\t\tfont-family: \"Open Sans\", Arial, sans-serif;
  667. \t\t\t\tbackground-color: #fff;
  668. \t\t\t}
  669. \t\t\t.head {
  670. \t\t\t\tdisplay: block;
  671. \t\t\t\twidth: 82%;
  672. \t\t\t\tborder-bottom: 2px solid #ddd;
  673. \t\t\t\tmargin-right: 10%;
  674. \t\t\t\tmargin-left: 10%;
  675. \t\t\t\tpadding-bottom: 20px;
  676. \t\t\t}
  677. \t\t\t.head img {
  678. \t\t\t\tmargin-left: 42%;
  679. \t\t\t\tmargin-right: 42%;
  680. \t\t\t}
  681. \t\t\t.type {
  682. \t\t\t\tposition: absolute;
  683. \t\t\t\ttop: 77px;
  684. \t\t\t\tright: 0;
  685. \t\t\t\tcolor: #E64400;
  686. \t\t\t}
  687. \t\t\t.prod-name {
  688. \t\t\t\tfont-weight: 800;
  689. \t\t\t\tfont-size: 1.7rem;
  690. \t\t\t\tmargin-bottom: 0;
  691. \t\t\t\tpadding-bottom: 0;
  692. \t\t\t\tcolor: black;
  693. \t\t\t}
  694. \t\t\tp {
  695. \t\t\t\tcolor: #aaa;
  696. \t\t\t\tfont-size: 1rem;
  697. \t\t\t}
  698. \t\t\t.prod-photo {
  699. \t\t\t\t
  700. \t\t    width: 100%;
  701. \t\t\t/* margin-top: 50px; */
  702. \t\t\tmargin-left: 20%;
  703. \t\t\tmargin-right: 20%;
  704. \t\t\tdisplay: inline-block;
  705. \t\t\t}
  706. \t\t\t.prod-photo img {
  707. \t\t\t\twidth: 30%;
  708. \t\t\t\tvertical-align:middle;
  709. \t\t\t}
  710. \t\t\t.tech {
  711. \t\t\t\tmargin-left: 10px;
  712. \t\t\t\tpadding: 15px;
  713. \t\t\t\tborder: 1px solid black;
  714. \t\t\t}
  715. \t\t\t.mainContainer {
  716. \t\t\t\tmargin-top: 50px;
  717. \t\t\t\tdisplay: block;
  718. \t\t\t\t
  719. \t\t\t}
  720. \t\t\t.leftContainer {
  721. \t\t\t\tfloat: left;
  722. \t\t\t\twidth: 45%;
  723. \t\t\t}
  724. \t\t\t.leftContainer h4 {
  725. \t\t\t\tfont-weight: 600;
  726. \t\t\t\tcolor: #E64400;
  727. \t\t\t\tpadding: 0;
  728. \t\t\t\tmargin: 20px 0 0 0;
  729. \t\t\t\ttext-transform: uppercase;
  730. \t\t\t}
  731. \t\t\t.leftContainer .sleft {
  732. \t\t\t\tfloat: left;
  733. \t\t\t\twidth: 70%;
  734. \t\t\t}
  735. \t\t\t.leftContainer .sright {
  736. \t\t\t\tfloat: left;
  737. \t\t\t\twidth: 30%;
  738. \t\t\t}
  739. \t\t\t.leftContainer .prod-det {
  740. \t\t\t\tpadding-left: 20px;
  741. \t\t\t\tborder-bottom: 3px solid #CCC;
  742. \t\t\t}
  743. \t\t\t.leftContainer .prod-det:last-child {
  744. \t\t\t\tborder-bottom: none;
  745. \t\t\t}
  746. \t\t\t.rightContainer {
  747. \t\t\t\tfloat: left;
  748. \t\t\t\twidth: 45%;
  749. \t\t\t\tpadding-left: 50px;
  750. \t\t\t}
  751. \t\t\t.rightContainer h4 {
  752. \t\t\t\tfont-weight: 600;
  753. \t\t\t\tcolor: #E64400;
  754. \t\t\t\tpadding: 0;
  755. \t\t\t\tmargin: 20px 0 0 0;
  756. \t\t\t\ttransform: lowercase;
  757. \t\t\t}
  758. \t\t\t.icons {
  759. \t\t\t\t
  760. \t\t\t\tdisplay: flex;
  761. \t\t\t\t
  762. \t\t\t}
  763. \t\t\t.icons img {
  764. \t\t\t\twidth: 50px;
  765. \t\t\t\tmargin: 20px 10px 10px 5px;
  766. \t\t\t\theight: 45px;
  767. \t\t\t}
  768. \t\t\t.note {
  769. \t\t\t\tposition: absolute;
  770. \t\t\t\tbottom: 400px;
  771. \t\t\t\tleft: 50%;
  772. \t\t\t}
  773. \t\t\t
  774. \t\t\t.footer p {
  775. \t\t\t\tcolor: #CCC;
  776. \t\t\t}
  777. \t\t\t.contact {
  778. \t\t\t\tdisplay: block;
  779. \t\t\t\twidth: 82%;
  780. \t\t\t\tborder-top: 2px solid #ddd;
  781. \t\t\t\tmargin-right: 10%;
  782. \t\t\t\tmargin-left: 10%;
  783. \t\t\t\t
  784. \t\t\t}
  785. \t\t\t.contact img {
  786. \t\t\t\twidth: 50px;
  787. \t\t\t\tmargin: 5px 10px;
  788. \t\t\t\theight: 45px;
  789. \t\t\t}
  790. \t\t\t.contact .redicon {
  791. \t\t\t\tfloat: left;
  792. \t\t\t\twidth: 30%;
  793. \t\t\t\t
  794. \t\t\t}
  795. \t\t\t.contact .redicon .myredicon {
  796. \t\t\t\tbackground-color: rgba(255,0,0,0.4);
  797. \t\t\t\tborder-radius: 50%;
  798. \t\t\t\twidth: 50px;
  799. \t\t\t\theight: 50px;
  800. \t\t\t\tmargin-top: 20px;
  801. \t\t\t}
  802. \t\t\t.contact .redicon .myredicon svg,
  803. \t\t\t.contact .web .myweb svg {
  804. \t\t\t\tmargin: 10px;
  805. \t\t\t\twidth: 30px;
  806. \t\t\t\theight: 30px;
  807. \t\t\t\t
  808. \t\t\t}
  809. \t\t\t.contact .redicon svg path,
  810. \t\t\t.contact .web svg path {
  811. \t\t\t\tfill: #fff;
  812. \t\t\t}
  813. \t\t\t.details {
  814. \t\t\t\twidth: 200px;
  815. \t\t\t\tposition: absolute;
  816. \t\t\t\tbottom: 0px;
  817. \t\t\t\tleft: 200px;
  818. \t\t\t}
  819. \t\t\t.details p,
  820. \t\t\t.details1 p,
  821. \t\t\t.details2 p {
  822. \t\t\t\tmargin-top:10px;
  823. \t\t\t\tcolor: #aaa;
  824. \t\t\t}
  825. \t\t\t.details1 {
  826. \t\t\t\twidth: 200px;
  827. \t\t\t\tposition: absolute;
  828. \t\t\t\tbottom: -15px;
  829. \t\t\t\tleft: 500px;
  830. \t\t\t}
  831. \t\t\t.details2 {
  832. \t\t\t\twidth: 200px;
  833. \t\t\t\tposition: absolute;
  834. \t\t\t\tbottom: -15px;
  835. \t\t\t\tleft: 810px;
  836. \t\t\t}
  837. \t\t\t.contact .web {
  838. \t\t\t\tfloat: left;
  839. \t\t\t\twidth: 30%;
  840. \t\t\t\t
  841. \t\t\t}
  842. \t\t\t.contact .web .myweb {
  843. \t\t\t\tbackground-color: rgba(128,128,128,0.4);
  844. \t\t\t\tborder-radius: 50%;
  845. \t\t\t\twidth: 50px;
  846. \t\t\t\theight: 50px;
  847. \t\t\t\tmargin-top: 20px;
  848. \t\t\t}
  849. \t\t\t
  850. \t\t</style>
  851. \t\t<base href=\"http://cora.pl\">
  852. \t</head>
  853. \t<body>
  854. \t\t<div class=\"head\">
  855. \t\t\t<img src=\"/uploads/media/logo.png\" width=\"150px\"/>
  856. \t\t</div>
  857. \t\t<h4 class=\"type\">{{produkt.modelOprawy.typ}}</h4>
  858. \t\t
  859. \t\t<p class=\"prod-name\">{{produkt.nazwa}}</p>
  860. \t\t<p style=\"font-size: 0.7rem;\">Article number: {{produkt.kod}}</p>\t
  861. \t\t<div class=\"prod-photo\">
  862. \t\t{% if produkt.imageUrl | length > 0 %}
  863. \t\t\t\t{% set mainImage = produkt.imageUrl %}
  864. \t\t\t\t{# {% set image = sulu_resolve_media(mainImage.id, 'inline') %}
  865. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<div>{{get_image(image, '1380x')}}</div> #}
  866. \t\t\t\t<img src={{mainImage}}>
  867. \t\t\t{% else %}
  868. \t\t\t\t<img src=\"/uploads/media/nf.png\"/>
  869. \t\t\t{% endif %}
  870. \t\t\t{% if produkt.techImage | length > 0 %}
  871. \t\t\t\t{% set techImage = produkt.techImage %}
  872. \t\t\t\t{# {% set image = sulu_resolve_media(mainImage.id, 'inline') %}
  873. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<div>{{get_image(image, '1380x')}}</div> #}
  874. \t\t\t\t<img src={{techImage}}>
  875. \t\t\t{% else %}
  876. \t\t\t\t<img src=\"/uploads/media/nf.png\"/>
  877. \t\t\t{% endif %}
  878. \t\t\t{% if produkt.modelOprawy.image | length > 0 %}
  879. \t\t\t\t{% set url = sulu_resolve_media(produkt.modelOprawy.image.id, 'inline') %}     
  880. \t\t\t\t<img class=\"tech\" src=\"{{url.url}}\" />
  881. \t\t\t
  882. \t\t\t{% endif %}
  883. \t\t</div>
  884. \t\t<div class=\"mainContainer\">
  885. \t\t\t<div class=\"leftContainer\">
  886. \t\t\t\t{# <h4>LIGHT TECHNOLOGY</h4> #}
  887. \t\t\t\t<div class=\"prod-det\">
  888. \t\t\t\t\t<div class=\"sleft\">
  889. \t\t\t\t\t<p>
  890. \t\t\t\t\t\t<span>LED</span>
  891. \t\t\t\t\t</p>
  892. \t\t\t\t
  893. \t\t\t\t\t<p>
  894. \t\t\t\t\t\t<span>Light colour</span>
  895. \t\t\t\t\t</p>
  896. \t\t\t\t\t<p>
  897. \t\t\t\t\t\t<span>CRI </span>
  898. \t\t\t\t\t</p>
  899. \t\t\t\t\t<p>
  900. \t\t\t\t\t\t<span>Led chip flux</span>
  901. \t\t\t\t\t</p>
  902. \t\t\t\t\t<p>
  903. \t\t\t\t\t\t<span>Luminous flux</span>
  904. \t\t\t\t\t</p>
  905. \t\t\t\t\t<p>
  906. \t\t\t\t\t\t<span>System power</span>
  907. \t\t\t\t\t</p>
  908. \t\t\t\t\t<p>
  909. \t\t\t\t\t\t<span>Luminaire Efficiency</span>
  910. \t\t\t\t\t</p>
  911. \t\t\t\t\t<p>
  912. \t\t\t\t\t\t<span>Beam angle</span>
  913. \t\t\t\t\t</p>
  914. \t\t\t\t\t<p>
  915. \t\t\t\t\t\t<span>Controller </span>
  916. \t\t\t\t\t</p>
  917. \t\t\t\t\t<p>
  918. \t\t\t\t\t\t<span>MacAdam</span>
  919. \t\t\t\t\t\t
  920. \t\t\t\t\t</p>
  921. \t\t\t\t\t</div>
  922. \t\t\t\t\t<div class=\"sright\">
  923. \t\t\t\t\t\t<p>
  924. \t\t\t\t\t\t\t<span>{{produkt.led}}</span>
  925. \t\t\t\t\t\t</p>
  926. \t\t\t\t\t\t<p>
  927. \t\t\t\t\t\t\t<span>{{produkt.dioda.cctKelvin}} [K] {{produkt.dioda.typDiodyNazwa}}</span>
  928. \t\t\t\t\t\t</p>
  929. \t\t\t\t\t\t<p>
  930. \t\t\t\t\t\t\t<span>{{produkt.dioda.CRI}}</span>
  931. \t\t\t\t\t\t</p>
  932. \t\t\t\t\t\t<p>
  933. \t\t\t\t\t\t\t<span>{{produkt.lumenLedChip}} [lm]</span>
  934. \t\t\t\t\t\t</p>
  935. \t\t\t\t\t\t<p>
  936. \t\t\t\t\t\t\t<span>{{produkt.lumenOprawa}} [lm]</span>
  937. \t\t\t\t\t\t</p>
  938. \t\t\t\t\t\t<p>
  939. \t\t\t\t\t\t\t<span>{{produkt.mocOprawy}} [W]</span>
  940. \t\t\t\t\t\t</p>
  941. \t\t\t\t\t\t<p>
  942. \t\t\t\t\t\t\t<span>{{produkt.lmwZoprawy}} [lm/W]</span>
  943. \t\t\t\t\t\t</p>
  944. \t\t\t\t\t\t<p>
  945. \t\t\t\t\t\t\t<span>{{produkt.odblysnik.kat}}</span>
  946. \t\t\t\t\t\t</p>
  947. \t\t\t\t\t\t<p>
  948. \t\t\t\t\t\t\t<span>{{produkt.sterowanie.nazwa}}</span>
  949. \t\t\t\t\t\t</p>
  950. \t\t\t\t\t\t<p>
  951. \t\t\t\t\t\t\t<span>{{produkt.mcAdam}}</span>
  952. \t\t\t\t\t\t</p>
  953. \t\t\t\t\t</div>
  954. \t\t\t\t\t<div style=\"clear:both\"></div>
  955. \t\t\t\t</div>
  956. \t\t\t\t<h4>LUMINAIRE</h4>
  957. \t\t\t\t<div class=\"prod-det\">
  958. \t\t\t\t\t<div class=\"sleft\">
  959. \t\t\t\t\t\t<p>
  960. \t\t\t\t\t\t\t<span>Weight</span>
  961. \t\t\t\t\t\t</p>
  962. \t\t\t\t\t\t<p>
  963. \t\t\t\t\t\t\t<span>Protection rating IP , IK , class </span>
  964. \t\t\t\t\t\t</p>
  965. \t\t\t\t\t\t<p>
  966. \t\t\t\t\t\t\t<span>Luminaire colour </span>
  967. \t\t\t\t\t\t</p>
  968. \t\t\t\t\t\t<p>
  969. \t\t\t\t\t\t\t<span>Cover</span>
  970. \t\t\t\t\t\t</p>
  971. \t\t\t\t\t\t<p>
  972. \t\t\t\t\t\t\t<span>Operating voltage</span>
  973. \t\t\t\t\t\t</p>
  974. \t\t\t\t\t</div>
  975. \t\t\t\t\t<div class=\"sright\">
  976. \t\t\t\t\t\t<p>
  977. \t\t\t\t\t\t\t<span>{{produkt.modelOprawy.wagaNetto }} [kg]</span>
  978. \t\t\t\t\t\t</p>
  979. \t\t\t\t\t\t<p>
  980. \t\t\t\t\t\t\t<span>IP {{produkt.modelOprawy.klasaIp}}, IK {{produkt.modelOprawy.klasaIk}}, {{produkt.modelOprawy.klasaOchronnosci}}</span>
  981. \t\t\t\t\t\t</p>
  982. \t\t\t\t\t\t<p>
  983. \t\t\t\t\t\t\t<span>{{produkt.kolor.nazwa}}</span>
  984. \t\t\t\t\t\t</p>
  985. \t\t\t\t\t\t<p>
  986. \t\t\t\t\t\t\t<span>{{produkt.cover}}</span>
  987. \t\t\t\t\t\t</p>
  988. \t\t\t\t\t\t<p>
  989. \t\t\t\t\t\t\t<span>{{produkt.operatingVoltage}}</span>
  990. \t\t\t\t\t\t</p>
  991. \t\t\t\t\t</div>
  992. \t\t\t\t\t<div style=\"clear:both\"></div>
  993. \t\t\t\t</div>
  994. \t\t\t\t<h4>OPTIONS</h4>
  995. \t\t\t\t<div class=\"prod-det\">
  996. \t\t\t\t\t<p>
  997. \t\t\t\t\t\t<span>{{produkt.optionsEN}}</span>
  998. \t\t\t\t\t</p>
  999. \t\t\t\t</div>
  1000. \t\t\t</div>
  1001. \t\t\t<div class=\"rightContainer\">
  1002. \t\t\t\t<h4>{{produkt.modelOprawy.typ|capitalize }} LED</h4>
  1003. \t\t\t\t{# <p>{{produkt.przeslona.opis}}</p></br></br> to change into English #}
  1004. \t\t\t\t<p>{{produkt.opisEN | raw}}</p>
  1005. \t\t\t\t{# <p>Modern and universal downlight luminaire of high lighting performance, based on COB LED module.</p>
  1006. \t\t\t\t<p>Materials: Powder painted, white aluminum ring, steel sheet body, Clear diffuser, reflector made of polished aluminum</p>
  1007. \t\t\t\t<p>Installation: Into plaster cardboard and modular ceilings.</p>
  1008. \t\t\t\t<p>Application: corridors,conference rooms,receptions.</p> #}
  1009. \t\t\t\t<p class=\"note\">Note: All data are typical values. Tolerance of measurements +/-10%  
  1010. \t\tSystem features may change with product improvements due to technical advances.</p>
  1011. \t\t\t</div>
  1012. \t\t\t<div style=\"clear:both\"></div>
  1013. \t\t</div>
  1014. \t\t<div class=\"icons\" style=\"margin-top:0px; margin-left: 50px\">
  1015. \t\t\t<img class=\"mysvg\" src=\"/img/ConformitĂ©_EuropĂ©enne_(logo).svg\"/>
  1016. \t\t\t<img class=\"mysvg\" src=\"/img/eac.png\"/>
  1017. \t\t\t<img class=\"mysvg\" src=\"/img/ukca.png\"/>
  1018. \t\t\t\t\t
  1019. \t\t</div>
  1020. \t\t<div class=\"footer\" style=\"margin-top: 0;\">
  1021. \t\t\t<div style=\"float: right\">
  1022. \t\t\t\t<p style=\"font-weight: 400;\">Generated: {{date}}</p>
  1023. \t\t\t</div>
  1024. \t\t\t<div style=\"clear:both\"></div> 
  1025. \t\t\t<div class=\"contact\">
  1026. \t\t\t\t<div class=\"redicon\">\t\t
  1027. \t\t\t\t\t<div class=\"myredicon\">
  1028. \t\t\t\t\t\t<svg version=\"1.1\" id=\"Capa_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"
  1029. \t \t\t\t\t\t\tviewBox=\"0 0 492.777 492.777\" style=\"enable-background:new 0 0 492.777 492.777;\" xml:space=\"preserve\">
  1030. \t\t\t\t\t\t\t<path d=\"M484.899,323.597l-49.486-114.97h-79.456c-29.136,0-52.835-23.699-52.835-52.833v-3.942H189.628v3.935
  1031. \t\t\t\t\t\t\t\tc0,14.111-5.498,27.376-15.481,37.358c-9.831,9.838-23.441,15.474-37.351,15.474H57.094L7.802,323.775
  1032. \t\t\t\t\t\t\t\tc-12.788,29.883-9.715,64.194,8.186,91.328c17.894,27.125,48.227,43.454,80.733,43.454h299.342
  1033. \t\t\t\t\t\t\t\tc32.535,0,62.896-16.361,80.78-43.544C494.736,387.839,497.76,353.489,484.899,323.597z M196.135,402.241
  1034. \t\t\t\t\t\t\t\tc0,4.112-3.338,7.451-7.449,7.451h-24.684c-4.113,0-7.452-3.338-7.452-7.451v-24.683c0-4.113,3.338-7.451,7.452-7.451h24.684
  1035. \t\t\t\t\t\t\t\tc4.111,0,7.449,3.338,7.449,7.451V402.241z M196.135,332.2c0,4.113-3.338,7.451-7.449,7.451h-24.684
  1036. \t\t\t\t\t\t\t\tc-4.113,0-7.452-3.338-7.452-7.451v-24.69c0-4.113,3.338-7.451,7.452-7.451h24.684c4.111,0,7.449,3.338,7.449,7.451V332.2z
  1037. \t\t\t\t\t\t\t\tM196.135,262.152c0,4.113-3.338,7.451-7.449,7.451h-24.684c-4.113,0-7.452-3.338-7.452-7.451v-24.682
  1038. \t\t\t\t\t\t\t\tc0-4.113,3.338-7.451,7.452-7.451h24.684c4.111,0,7.449,3.338,7.449,7.451V262.152z M266.183,402.241
  1039. \t\t\t\t\t\t\t\tc0,4.112-3.338,7.451-7.449,7.451H234.05c-4.114,0-7.452-3.338-7.452-7.451v-24.69c0-4.113,3.338-7.451,7.452-7.451h24.683
  1040. \t\t\t\t\t\t\t\tc4.111,0,7.449,3.338,7.449,7.451V402.241z M266.183,332.2c0,4.113-3.338,7.451-7.449,7.451h-24.69
  1041. \t\t\t\t\t\t\t\tc-4.114,0-7.452-3.338-7.452-7.451v-24.69c0-4.113,3.338-7.451,7.452-7.451h24.69c4.111,0,7.449,3.338,7.449,7.451V332.2z
  1042. \t\t\t\t\t\t\t\tM266.183,262.152c0,4.113-3.338,7.451-7.449,7.451H234.05c-4.114,0-7.452-3.338-7.452-7.451v-24.69
  1043. \t\t\t\t\t\t\t\tc0-4.113,3.338-7.451,7.452-7.451h24.683c4.111,0,7.449,3.338,7.449,7.451V262.152z M336.224,402.241
  1044. \t\t\t\t\t\t\t\tc0,4.112-3.338,7.451-7.452,7.451h-24.681c-4.114,0-7.452-3.338-7.452-7.451v-24.683c0-4.113,3.338-7.451,7.452-7.451h24.681
  1045. \t\t\t\t\t\t\t\tc4.114,0,7.452,3.338,7.452,7.451V402.241z M336.224,332.2c0,4.113-3.338,7.451-7.452,7.451h-24.681
  1046. \t\t\t\t\t\t\t\tc-4.114,0-7.452-3.338-7.452-7.451v-24.69c0-4.113,3.338-7.451,7.452-7.451h24.681c4.114,0,7.452,3.338,7.452,7.451V332.2z
  1047. \t\t\t\t\t\t\t\tM336.224,262.152c0,4.113-3.338,7.451-7.452,7.451h-24.681c-4.114,0-7.452-3.338-7.452-7.451v-24.682
  1048. \t\t\t\t\t\t\t\tc0-4.113,3.338-7.451,7.452-7.451h24.681c4.114,0,7.452,3.338,7.452,7.451V262.152z\"/>
  1049. \t\t\t\t\t\t\t<path d=\"M28.535,175.59h108.261c5.248,0,10.29-2.087,13.998-5.797c3.717-3.716,5.806-8.757,5.806-14.006
  1050. \t\t\t\t\t\t\t\tl-0.008-36.963H336.15v36.97c0,10.935,8.871,19.805,19.806,19.805h108.275c10.935,0,19.806-8.87,19.806-19.805v-36.963v-0.007
  1051. \t\t\t\t\t\t\t\tc0-46.713-106.383-84.604-237.633-84.604c-0.018,0-0.042,0-0.042,0C115.12,34.22,8.715,72.103,8.73,118.824h0.064L8.73,155.787
  1052. \t\t\t\t\t\t\t\tC8.73,166.729,17.593,175.59,28.535,175.59z\"/>
  1053. \t\t\t\t\t\t</svg>
  1054. \t\t\t\t\t</div>
  1055. \t\t\t\t\t<div class=\"details\">
  1056. \t\t\t\t\t
  1057. \t\t\t\t\t\t<p>+48 32 388 80 00</p>
  1058. \t\t\t\t\t</div>
  1059. \t\t\t\t</div>
  1060. \t\t\t\t<div class=\"web\">
  1061. \t\t\t\t\t<div class=\"myweb\">
  1062. \t\t\t\t\t<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"
  1063. \t \t\t\t\t\tviewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512;\" xml:space=\"preserve\">
  1064. \t\t\t\t\t\t<g>
  1065. \t\t\t\t\t\t\t<g>
  1066. \t\t\t\t\t\t\t\t<path d=\"M255.989,36.652c-120.942,0-219.337,98.395-219.337,219.337s98.395,219.337,219.337,219.337
  1067. \t\t\t\t\t\t\t\t\ts219.337-98.395,219.337-219.337S376.931,36.652,255.989,36.652z M447.896,192.422H434.41c-4.157,0-8.32,0.983-12.037,2.841
  1068. \t\t\t\t\t\t\t\t\tl-4.945,2.473c-3.118,1.558-6.854,1.325-9.755-0.607l-18.64-12.427c-1.411-0.94-3.07-1.443-4.765-1.443h-2.275l6.362-9.544
  1069. \t\t\t\t\t\t\t\t\tc0.32-0.479,0.853-0.764,1.429-0.764h13.381v3.734c0,4.744,3.845,8.59,8.59,8.59c4.23,0,7.738-3.06,8.451-7.085l3.133,1.567
  1070. \t\t\t\t\t\t\t\t\tc3.086,1.543,6.539,2.358,9.988,2.358h10.839C445.503,185.505,446.741,188.945,447.896,192.422z M383.696,113.178
  1071. \t\t\t\t\t\t\t\t\tc0-0.15,0.061-0.298,0.167-0.405l6.479-6.479c0.216-0.216,0.418-0.442,0.607-0.676c3.787,3.403,7.448,6.942,10.969,10.617
  1072. \t\t\t\t\t\t\t\t\tl-5.399,5.399c-3.355,3.355-3.355,8.794,0,12.148c1.677,1.677,3.876,2.516,6.074,2.516c2.198,0,4.397-0.838,6.074-2.516
  1073. \t\t\t\t\t\t\t\t\tl4.618-4.618c8.912,11.031,16.691,23.011,23.155,35.769h-3.114c-0.796,0-1.593-0.189-2.306-0.544l-13.248-6.625
  1074. \t\t\t\t\t\t\t\t\tc-2.61-1.305-5.532-1.994-8.451-1.994h-19.539c-6.333,0-12.212,3.146-15.725,8.415l-12.712,19.074h-8.002
  1075. \t\t\t\t\t\t\t\t\tc-3.474,0-6.299-2.826-6.299-6.299v-15.158c0-0.246,0.157-0.465,0.392-0.543l16.761-5.587c4.178-1.393,8.032-3.775,11.147-6.889
  1076. \t\t\t\t\t\t\t\t\tc5.387-5.387,8.352-12.547,8.352-20.164V113.178z M121.027,105.618c0.189,0.233,0.389,0.458,0.607,0.675l9.163,9.163
  1077. \t\t\t\t\t\t\t\t\tc1.61,1.612,3.796,2.516,6.074,2.516s4.464-0.905,6.074-2.516l12.957-12.959c1.838-1.838,4.284-2.851,6.885-2.851h11.308v0.573
  1078. \t\t\t\t\t\t\t\t\tc0,2.977,1.542,5.742,4.074,7.307c2.532,1.566,5.695,1.708,8.358,0.376l14.993-7.498c0.993-0.496,2.104-0.758,3.215-0.758h30.645
  1079. \t\t\t\t\t\t\t\t\tc-3.351,2.185-5.68,5.67-6.399,9.819c-1.011,5.84,1.424,11.511,6.356,14.799l11.806,7.871c0.159,0.107,0.254,0.284,0.254,0.476
  1080. \t\t\t\t\t\t\t\t\tv4.26c0,0.316-0.257,0.573-0.573,0.573h-3.945c-5.66,0-10.981,2.204-14.984,6.206l-57.766,57.766
  1081. \t\t\t\t\t\t\t\t\tc-0.107,0.107-0.254,0.167-0.405,0.167h-14.528c-14.842,0-26.916,12.074-26.916,26.916v4.183l-9.523-1.905
  1082. \t\t\t\t\t\t\t\t\tc-2.27-0.454-4.164-1.902-5.2-3.971l-5.656-11.31c-1.455-2.911-4.429-4.75-7.683-4.75h-5.117c-4.197,0-7.909-2.676-9.235-6.657
  1083. \t\t\t\t\t\t\t\t\tl-11.961-35.883C85.443,144.371,101.532,123.135,121.027,105.618z M255.989,458.145c-111.469,0-202.157-90.688-202.157-202.156
  1084. \t\t\t\t\t\t\t\t\tc0-22.079,3.57-43.337,10.142-63.242l5.592,16.776c3.649,10.949,13.818,18.324,25.342,18.404l3.281,6.563
  1085. \t\t\t\t\t\t\t\t\tc3.422,6.846,9.69,11.632,17.196,13.135l32.759,6.551c1.842,0.368,3.517,1.265,4.845,2.593c2.665,2.666,5.797,4.698,9.21,6.02
  1086. \t\t\t\t\t\t\t\t\tl-5.99,17.972c-0.292,0.876-0.441,1.792-0.441,2.717v18.326c0,8.426,4.025,16.477,10.766,21.533l21.991,16.493
  1087. \t\t\t\t\t\t\t\t\tc2.438,1.828,3.894,4.74,3.894,7.787v49.429c0,5.333,1.563,10.496,4.521,14.931l13.208,19.813
  1088. \t\t\t\t\t\t\t\t\tc2.875,4.311,7.683,6.885,12.865,6.885h3.194c5.999,0,10.881-4.882,10.881-10.881v-15.709c0-3.824,1.489-7.42,4.193-10.124
  1089. \t\t\t\t\t\t\t\t\tl16.956-16.956c3.44-3.44,6.07-7.697,7.61-12.313l5.365-16.094c0.078-0.235,0.297-0.392,0.543-0.392h4.568
  1090. \t\t\t\t\t\t\t\t\tc8.162,0,15.245-5.53,17.223-13.448l6.17-24.679c1.503-6.014-0.286-12.474-4.671-16.857l-11.974-11.974
  1091. \t\t\t\t\t\t\t\t\tc-3.352-3.352-7.811-5.2-12.553-5.2h-10.973l-31.452-31.452c-3.352-3.352-7.811-5.2-12.553-5.2h-41.82
  1092. \t\t\t\t\t\t\t\t\tc-0.134-0.003-0.267-0.003-0.401,0h-1.476c-2.532,0-4.915-0.986-6.705-2.778c-3.734-3.735-8.446-6.256-13.625-7.291l-6.053-1.211
  1093. \t\t\t\t\t\t\t\t\tV228.5c0-5.368,4.367-9.736,9.736-9.736h9.736v0.573c0,4.744,3.846,8.59,8.59,8.59s8.59-3.846,8.59-8.59v-5.621
  1094. \t\t\t\t\t\t\t\t\tc0.054-0.053,0.113-0.099,0.167-0.151l57.766-57.766c0.757-0.757,1.764-1.174,2.835-1.174h3.945
  1095. \t\t\t\t\t\t\t\t\tc9.789,0,17.753-7.964,17.753-17.753v-4.26c0-5.95-2.956-11.472-7.905-14.771l-7.251-4.835l13.916-3.48
  1096. \t\t\t\t\t\t\t\t\tc6.125-1.53,10.403-7.008,10.403-13.327c0-7.572-6.161-13.733-13.733-13.733h-55.273c-3.764,0-7.533,0.889-10.899,2.573
  1097. \t\t\t\t\t\t\t\t\tl-5.676,2.838c-2.625-3.295-6.671-5.411-11.202-5.411h-14.172c-7.189,0-13.949,2.799-19.033,7.884l-6.884,6.884l-2.568-2.567
  1098. \t\t\t\t\t\t\t\t\tc33.878-25.617,76.036-40.835,121.686-40.835c45.65,0,87.808,15.217,121.684,40.834l-5.958,5.958
  1099. \t\t\t\t\t\t\t\t\tc-3.354,3.354-5.2,7.811-5.2,12.553v15.44c0,3.028-1.18,5.875-3.32,8.016c-1.238,1.238-2.769,2.184-4.431,2.739l-16.761,5.587
  1100. \t\t\t\t\t\t\t\t\tc-7.26,2.42-12.14,9.188-12.14,16.843v15.157c0,4.328,1.198,8.374,3.249,11.859c-3.485,2.346-6.541,5.366-8.946,8.976
  1101. \t\t\t\t\t\t\t\t\tl-8.108,12.16c-2.958,4.436-4.521,9.599-4.521,14.931v16.391c0,5.332,1.563,10.495,4.521,14.931l9.808,14.711
  1102. \t\t\t\t\t\t\t\t\tc5.004,7.506,13.376,11.986,22.395,11.986h22.798c4.198,0,7.909,2.674,9.235,6.657l2.048,6.141
  1103. \t\t\t\t\t\t\t\t\tc1.657,4.972,2.498,10.151,2.498,15.394v6.485c0,8.567,1.193,17.089,3.548,25.33l14.73,51.559
  1104. \t\t\t\t\t\t\t\t\tC366.227,433.643,313.919,458.145,255.989,458.145z M198.835,326.085l-21.991-16.493c-2.438-1.829-3.894-4.741-3.894-7.788
  1105. \t\t\t\t\t\t\t\t\tv-16.932l6.765-20.292h35.827c0.151,0,0.299,0.061,0.405,0.167l33.968,33.968c1.61,1.612,3.796,2.516,6.074,2.516h14.53
  1106. \t\t\t\t\t\t\t\t\tc0.151,0,0.299,0.061,0.405,0.167l11.974,11.974c0.142,0.142,0.199,0.351,0.151,0.544l-6.17,24.678
  1107. \t\t\t\t\t\t\t\t\tc-0.064,0.255-0.292,0.433-0.555,0.433h-4.568c-7.653,0-14.421,4.878-16.843,12.14l-5.365,16.094
  1108. \t\t\t\t\t\t\t\t\tc-0.699,2.098-1.896,4.033-3.459,5.596l-16.956,16.956c-5.949,5.949-9.225,13.859-9.225,22.272v3.373l-8.674-13.01
  1109. \t\t\t\t\t\t\t\t\tc-1.07-1.604-1.634-3.472-1.634-5.4v-49.428C209.601,339.19,205.577,331.139,198.835,326.085z M404.909,338.192
  1110. \t\t\t\t\t\t\t\t\tc-1.915-6.705-2.887-13.64-2.887-20.611v-6.485c0-7.092-1.137-14.099-3.379-20.827l-2.048-6.141
  1111. \t\t\t\t\t\t\t\t\tc-3.669-11.007-13.93-18.404-25.534-18.404h-22.798c-3.262,0-6.29-1.621-8.1-4.335l-9.808-14.712
  1112. \t\t\t\t\t\t\t\t\tc-1.07-1.605-1.636-3.472-1.636-5.4v-16.391c0-1.929,0.566-3.796,1.636-5.4l8.108-12.161c2.874-4.311,7.683-6.885,12.865-6.885
  1113. \t\t\t\t\t\t\t\t\th30.341l16.475,10.983c8.016,5.344,18.351,5.988,26.968,1.679l4.945-2.473c1.345-0.672,2.85-1.027,4.354-1.027h18.357
  1114. \t\t\t\t\t\t\t\t\tc3.512,14.901,5.379,30.43,5.379,46.387c0.001,46.132-15.543,88.695-41.65,122.752L404.909,338.192z\"/>
  1115. \t\t\t\t\t\t\t</g>
  1116. \t\t\t\t\t\t</g>
  1117. \t\t\t\t\t</svg>
  1118. \t\t\t\t</div>
  1119. \t\t\t\t<div class=\"details1\">
  1120. \t\t\t\t\t\t<p>www.cora.pl</p>
  1121. \t\t\t\t\t\t<p>cora@cora.pl</p>
  1122. \t\t\t\t\t</div>
  1123. \t\t\t\t\t
  1124. \t\t\t\t</div>
  1125. \t\t\t\t<div class=\"redicon\">
  1126. \t\t\t\t\t<div class=\"myredicon\">
  1127. \t\t\t\t\t\t<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"
  1128. \t\t\t\t\t\t\tviewBox=\"0 0 368.666 368.666\" style=\"enable-background:new 0 0 368.666 368.666;\" xml:space=\"preserve\">
  1129. \t\t\t\t\t\t\t<g id=\"XMLID_2_\">
  1130. \t\t\t\t\t\t\t\t<g>
  1131. \t\t\t\t\t\t\t\t\t<g>
  1132. \t\t\t\t\t\t\t\t\t\t<path d=\"M184.333,0C102.01,0,35.036,66.974,35.036,149.297c0,33.969,11.132,65.96,32.193,92.515
  1133. \t\t\t\t\t\t\t\t\t\t\tc27.27,34.383,106.572,116.021,109.934,119.479l7.169,7.375l7.17-7.374c3.364-3.46,82.69-85.116,109.964-119.51
  1134. \t\t\t\t\t\t\t\t\t\t\tc21.042-26.534,32.164-58.514,32.164-92.485C333.63,66.974,266.656,0,184.333,0z M285.795,229.355
  1135. \t\t\t\t\t\t\t\t\t\t\tc-21.956,27.687-80.92,89.278-101.462,110.581c-20.54-21.302-79.483-82.875-101.434-110.552
  1136. \t\t\t\t\t\t\t\t\t\t\tc-18.228-22.984-27.863-50.677-27.863-80.087C55.036,78.002,113.038,20,184.333,20c71.294,0,129.297,58.002,129.296,129.297
  1137. \t\t\t\t\t\t\t\t\t\t\tC313.629,178.709,304.004,206.393,285.795,229.355z\"/>
  1138. \t\t\t\t\t\t\t\t\t\t<path d=\"M184.333,59.265c-48.73,0-88.374,39.644-88.374,88.374c0,48.73,39.645,88.374,88.374,88.374s88.374-39.645,88.374-88.374
  1139. \t\t\t\t\t\t\t\t\t\t\tS233.063,59.265,184.333,59.265z M184.333,216.013c-37.702,0-68.374-30.673-68.374-68.374c0-37.702,30.673-68.374,68.374-68.374
  1140. \t\t\t\t\t\t\t\t\t\t\ts68.373,30.673,68.374,68.374C252.707,185.341,222.035,216.013,184.333,216.013z\"/>
  1141. \t\t\t\t\t\t\t\t\t</g>
  1142. \t\t\t\t\t\t\t\t</g>
  1143. \t\t\t\t\t\t\t</g>
  1144. \t\t\t\t\t\t</svg>
  1145. \t\t\t\t\t</div>
  1146. \t\t\t\t\t<div class=\"details2\">
  1147. \t\t\t\t\t\t<p>Street: Ignatza Hakuby 18</p>
  1148. \t\t\t\t\t\t<p>41-914 Bytom, Polska</p>
  1149. \t\t\t\t\t</div>
  1150. \t\t\t\t</div>
  1151. \t\t\t\t<div style=\"clear:both\"></div> 
  1152. \t\t\t</div>
  1153. \t\t</div>
  1154. \t\t
  1155. \t</body>
  1156. </html>
  1157. ""kategories/product-pdf-eng.html.twig""/home/cra/domains/cora.pl/public_html/templates/kategories/product-pdf-eng.html.twig");
  1158.     }
  1159. }