Initial commit

This commit is contained in:
2020-10-07 10:37:15 +02:00
commit ce5f440392
28157 changed files with 4429172 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,563 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* @Product/ProductPage/Panels/essentials.html.twig */
class __TwigTemplate_75125f705882a8ba6d0aae3d66803df5fb78a29dce18d47a396682d81755e827 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
'__internal_0d55fddbd6f299533182824c1db47adf49b8b4b01bdbb8a37de2c689dd994a29' => [$this, 'block___internal_0d55fddbd6f299533182824c1db47adf49b8b4b01bdbb8a37de2c689dd994a29'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 25
echo "<div role=\"tabpanel\" class=\"form-contenttab tab-pane active\" id=\"step1\">
<div class=\"row\">
<div class=\"col-md-12\">
<div class=\"container-fluid\">
<div class=\"row\">
";
// line 32
echo " <div class=\"col-md-9 left-column\">
<div id=\"js_form_step1_inputPackItems\">
";
// line 35
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["formPackItems"] ?? null), 'errors');
echo "
";
// line 36
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["formPackItems"] ?? null), 'widget');
echo "
</div>
<div id=\"product-images-container\" class=\"mb-4\">
<div id=\"product-images-dropzone\" class=\"panel dropzone ui-sortable col-md-12\"
url-upload=\"";
// line 41
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\RoutingExtension')->getPath("admin_product_image_upload", ["idProduct" => ($context["productId"] ?? null)]), "html", null, true);
echo "\"
url-position=\"";
// line 42
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\RoutingExtension')->getPath("admin_product_image_positions");
echo "\"
data-max-size=\"";
// line 43
echo twig_escape_filter($this->env, $this->env->getExtension('PrestaShopBundle\Twig\LayoutExtension')->getConfiguration("PS_LIMIT_UPLOAD_IMAGE_VALUE"), "html", null, true);
echo "\"
>
<div id=\"product-images-dropzone-error\" class=\"text-danger\"></div>
<div class=\"dz-default dz-message openfilemanager\">
<i class=\"material-icons\">add_a_photo</i><br/>
";
// line 48
echo twig_escape_filter($this->env, $this->getAttribute(($context["js_translatable"] ?? null), "Drop images here", [], "array"), "html", null, true);
echo "<br/>
<a>";
// line 49
echo twig_escape_filter($this->env, $this->getAttribute(($context["js_translatable"] ?? null), "or select files", [], "array"), "html", null, true);
echo "</a><br/>
<small>
";
// line 51
echo twig_escape_filter($this->env, $this->getAttribute(($context["js_translatable"] ?? null), "files recommandations", [], "array"), "html", null, true);
echo "<br/>
";
// line 52
echo twig_escape_filter($this->env, $this->getAttribute(($context["js_translatable"] ?? null), "files recommandations2", [], "array"), "html", null, true);
echo "
</small>
</div>
";
// line 55
if ((isset($context["images"]) || array_key_exists("images", $context))) {
// line 56
echo " ";
if (($context["editable"] ?? null)) {
// line 57
echo " <div class=\"dz-preview disabled openfilemanager\">
<div><span>+</span></div>
</div>
";
}
// line 61
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["images"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["image"]) {
// line 62
echo " <div class=\"dz-preview dz-processing dz-image-preview dz-complete ui-sortable-handle\"
data-id=\"";
// line 63
echo twig_escape_filter($this->env, $this->getAttribute($context["image"], "id", []), "html", null, true);
echo "\"
url-delete=\"";
// line 64
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\RoutingExtension')->getPath("admin_product_image_delete", ["idImage" => $this->getAttribute($context["image"], "id", [])]), "html", null, true);
echo "\"
url-update=\"";
// line 65
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\RoutingExtension')->getPath("admin_product_image_form", ["idImage" => $this->getAttribute($context["image"], "id", [])]), "html", null, true);
echo "\"
>
<div class=\"dz-image bg\" style=\"background-image: url('";
// line 67
echo twig_escape_filter($this->env, $this->getAttribute($context["image"], "base_image_url", []), "html", null, true);
echo "-home_default.";
echo twig_escape_filter($this->env, $this->getAttribute($context["image"], "format", []), "html", null, true);
echo "');\"></div>
<div class=\"dz-details\">
<div class=\"dz-size\"><span data-dz-size=\"\"></span></div>
<div class=\"dz-filename\"><span data-dz-name=\"\"></span></div>
</div>
<div class=\"dz-progress\"><span class=\"dz-upload\" data-dz-uploadprogress=\"\" style=\"width: 100%;\"></span></div>
<div class=\"dz-error-message\"><span data-dz-errormessage=\"\"></span></div>
<div class=\"dz-success-mark\"></div>
<div class=\"dz-error-mark\"></div>
";
// line 76
if ($this->getAttribute($context["image"], "cover", [])) {
// line 77
echo " <div class=\"iscover\">";
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Cover", [], "Admin.Catalog.Feature"), "html", null, true);
echo "</div>
";
}
// line 79
echo " </div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['image'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 81
echo " ";
}
// line 82
echo " </div>
<div id=\"product-images-form-container\" class=\"col-md-4\">
<div id=\"product-images-form\"></div>
</div>
<div class=\"dropzone-expander text-sm-center col-md-12\">
<span class=\"expand\">";
// line 87
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("View all images", [], "Admin.Catalog.Feature"), "html", null, true);
echo "</span>
<span class=\"compress\">";
// line 88
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("View less", [], "Admin.Catalog.Feature"), "html", null, true);
echo "</span>
</div>
</div>
<div class=\"summary-description-container\">
<ul class=\"nav nav-tabs bordered\">
<li id=\"tab_description_short\" class=\"nav-item\"><a href=\"#description_short\" data-toggle=\"tab\" class=\"nav-link description-tab active\">";
// line 95
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Summary", [], "Admin.Catalog.Feature"), "html", null, true);
echo "</a></li>
<li id=\"tab_description\" class=\"nav-item\"><a href=\"#description\" data-toggle=\"tab\" class=\"nav-link description-tab\">";
// line 96
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Description", [], "Admin.Global"), "html", null, true);
echo "</a></li>
</ul>
<div class=\"tab-content bordered\">
<div class=\"tab-pane panel panel-default active\" id=\"description_short\">
";
// line 101
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["formShortDescription"] ?? null), 'widget');
echo "
</div>
<div class=\"tab-pane panel panel-default \" id=\"description\">
";
// line 104
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["formDescription"] ?? null), 'widget');
echo "
</div>
</div>
</div>
";
// line 109
echo $this->env->getExtension('PrestaShopBundle\Twig\HookExtension')->renderHook("displayAdminProductsMainStepLeftColumnMiddle", ["id_product" => ($context["productId"] ?? null)]);
echo "
<div id=\"features\" class=\"mb-3\">
<div id=\"features-content\" class=\"content ";
// line 112
echo (((twig_length_filter($this->env, ($context["formFeatures"] ?? null)) == 0)) ? ("hide") : (""));
echo "\">
<h2>";
// line 113
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Features", [], "Admin.Catalog.Feature"), "html", null, true);
echo "</h2>
";
// line 114
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["formFeatures"] ?? null), 'errors');
echo "
<div
class=\"feature-collection nostyle\"
data-prototype=\"";
// line 117
echo twig_escape_filter($this->env, $this->renderBlock("__internal_0d55fddbd6f299533182824c1db47adf49b8b4b01bdbb8a37de2c689dd994a29", $context, $blocks));
// line 119
echo "\"
>
";
// line 121
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["formFeatures"] ?? null));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["feature"]) {
// line 122
echo " ";
echo twig_include($this->env, $context, "@Product/ProductPage/Forms/form_feature.html.twig", ["form" => $context["feature"]]);
echo "
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['feature'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 124
echo " </div>
</div>
<div class=\"row\">
<div class=\"col-md-4\">
<button type=\"button\" class=\"btn btn-outline-primary sensitive add\" id=\"add_feature_button\"><i class=\"material-icons\">add_circle</i> ";
// line 128
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Add a feature", [], "Admin.Catalog.Feature"), "html", null, true);
echo "</button>
</div>
</div>
</div>
<div id=\"manufacturer\" class=\"mb-3\">
";
// line 134
echo twig_include($this->env, $context, "@Product/ProductPage/Forms/form_manufacturer.html.twig", ["form" => ($context["formManufacturer"] ?? null)]);
echo "
</div>
<div id=\"related-product\" class=\"mb-3\">
";
// line 138
echo twig_include($this->env, $context, "@Product/ProductPage/Forms/form_related_products.html.twig", ["form" => ($context["formRelatedProducts"] ?? null)]);
echo "
</div>
";
// line 141
echo $this->env->getExtension('PrestaShopBundle\Twig\HookExtension')->renderHook("displayAdminProductsMainStepLeftColumnBottom", ["id_product" => ($context["productId"] ?? null)]);
echo "
</div>
";
// line 146
echo " <div class=\"col-md-3 right-column\">
<div class=\"row\">
<div class=\"col-md-12\">
";
// line 151
if (($context["is_combination_active"] ?? null)) {
// line 152
echo " <div class=\"form-group mb-3\" id=\"show_variations_selector\">
<h2>
";
// line 154
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Combinations", [], "Admin.Catalog.Feature"), "html", null, true);
echo "
<span class=\"help-box\" data-toggle=\"popover\"
data-content=\"";
// line 156
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Combinations are the different variations of a product, with attributes like its size, weight or color taking different values. Does your product require combinations?", [], "Admin.Catalog.Help"), "html", null, true);
echo "\" ></span>
</h2>
<div class=\"radio\">
<label>
<input type=\"radio\" name=\"show_variations\" value=\"0\" ";
// line 160
if ( !($context["has_combinations"] ?? null)) {
echo "checked=\"checked\"";
}
echo ">
";
// line 161
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Simple product", [], "Admin.Catalog.Feature"), "html", null, true);
echo "
</label>
</div>
<div class=\"radio\">
<label>
<input type=\"radio\" name=\"show_variations\" value=\"1\" ";
// line 166
if (($context["has_combinations"] ?? null)) {
echo "checked=\"checked\"";
}
echo ">
";
// line 167
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Product with combinations", [], "Admin.Catalog.Feature"), "html", null, true);
echo "
</label>
<div id=\"product_type_combinations_shortcut\">
<span class=\"small font-secondary\">
";
// line 172
echo " ";
echo twig_replace_filter($this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Advanced settings in [1][2]Combinations[/1]", [], "Admin.Catalog.Help"), ["[1]" => "<a href=\"#tab-step3\" onclick=\"\$('a[href=\\'#step3\\']').tab('show');\" class=\"btn sensitive px-0\">", "[/1]" => "</a>", "[2]" => "<i class=\"material-icons\">open_in_new</i>"]);
echo "
</span>
</div>
</div>
</div>
";
}
// line 178
echo "
<div class=\"form-group mb-4\">
<h2>
";
// line 181
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Reference", [], "Admin.Catalog.Feature"), "html", null, true);
echo "
<span class=\"help-box\" data-toggle=\"popover\"
data-content=\"";
// line 183
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Your reference code for this product. Allowed special characters: .-_#.", [], "Admin.Catalog.Help"), "html", null, true);
echo "\" ></span>
</h2>
";
// line 185
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["formReference"] ?? null), 'errors');
echo "
<div class=\"row\">
<div class=\"col-xl-12 col-lg-12\" id=\"product_reference_field\">
";
// line 188
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["formReference"] ?? null), 'widget');
echo "
</div>
</div>
</div>
";
// line 193
if ($this->env->getExtension('PrestaShopBundle\Twig\LayoutExtension')->getConfiguration("PS_STOCK_MANAGEMENT")) {
// line 194
echo " <div class=\"form-group mb-4\" id=\"product_qty_0_shortcut_div\">
<h2>
";
// line 196
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Quantity", [], "Admin.Catalog.Feature"), "html", null, true);
echo "
<span class=\"help-box\" data-toggle=\"popover\"
data-content=\"";
// line 198
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("How many products should be available for sale?", [], "Admin.Catalog.Help"), "html", null, true);
echo "\" ></span>
</h2>
";
// line 200
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["formQuantityShortcut"] ?? null), 'errors');
echo "
<div class=\"row\">
<div class=\"col-xl-6 col-lg-12\">
";
// line 203
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["formQuantityShortcut"] ?? null), 'widget');
echo "
</div>
</div>
<span class=\"small font-secondary\">
";
// line 208
echo " ";
echo twig_replace_filter($this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Advanced settings in [1][2]Quantities[/1]", [], "Admin.Catalog.Help"), ["[1]" => "<a href=\"#tab-step3\" onclick=\"\$('a[href=\\'#step3\\']').tab('show');\" class=\"btn sensitive px-0\">", "[/1]" => "</a>", "[2]" => "<i class=\"material-icons\">open_in_new</i>"]);
echo "
</span>
</div>
";
}
// line 212
echo "
<div class=\"form-group mb-4\">
<h2>
";
// line 215
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Price", [], "Admin.Global"), "html", null, true);
echo "
<span class=\"help-box\" data-toggle=\"popover\"
data-content=\"";
// line 217
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("This is the retail price at which you intend to sell this product to your customers. The tax included price will change according to the tax rule you select.", [], "Admin.Catalog.Help"), "html", null, true);
echo "\" ></span>
</h2>
<div class=\"row\">
<div class=\"col-md-6\">
<label class=\"form-control-label\">";
// line 221
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Tax excluded", [], "Admin.Catalog.Feature"), "html", null, true);
echo "</label>
";
// line 222
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["formPriceShortcut"] ?? null), 'widget');
echo "
";
// line 223
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["formPriceShortcut"] ?? null), 'errors');
echo "
</div>
<div class=\"col-md-6 col-offset-md-1\">
<label class=\"form-control-label\">";
// line 226
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Tax included", [], "Admin.Catalog.Feature"), "html", null, true);
echo "</label>
";
// line 227
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["formPriceShortcutTTC"] ?? null), 'widget');
echo "
";
// line 228
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["formPriceShortcutTTC"] ?? null), 'errors');
echo "
</div>
<div class=\"col-md-12 mt-1\">
<label class=\"form-control-label\">";
// line 231
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Tax rule", [], "Admin.Catalog.Feature"), "html", null, true);
echo "</label>
";
// line 232
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("PrestaShopBundle:Admin/Common:renderField", ["formName" => "step2", "formType" => "PrestaShopBundle\\Form\\Admin\\Product\\ProductPrice", "fieldName" => "id_tax_rules_group", "fieldData" => $this->getAttribute($this->getAttribute($this->getAttribute($this->getAttribute( // line 237
($context["form"] ?? null), "step2", []), "id_tax_rules_group", []), "vars", []), "value", [])]));
// line 241
echo "
</div>
<div class=\"col-md-12\">
<span class=\"small font-secondary\">
";
// line 246
echo " ";
echo twig_replace_filter($this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Advanced settings in [1][2]Pricing[/1]", [], "Admin.Catalog.Help"), ["[1]" => "<a href=\"#tab-step2\" onclick=\"\$('a[href=\\'#step2\\']').tab('show');\" class=\"btn sensitive px-0\">", "[/1]" => "</a>", "[2]" => "<i class=\"material-icons\">open_in_new</i>"]);
echo "
</span>
</div>
</div>
<div class=\"row hide\">
<div class=\"col-md-12\">
<label>";
// line 252
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Tax rule", [], "Admin.Catalog.Feature"), "html", null, true);
echo "</label>
</div>
<div class=\"clearfix\"></div>
<div class=\"col-md-11\" id=\"tax_rule_shortcut\">
</div>
<a href=\"#\" onclick=\"\$(this).parent().hide()\">&times;</a>
</div>
</div>
<div class=\"form-group mb-4\" id=\"categories\">
";
// line 262
echo twig_include($this->env, $context, "@Product/ProductPage/Forms/form_categories.html.twig", ["form" => ($context["formCategories"] ?? null), "productId" => ($context["productId"] ?? null)]);
echo "
</div>
";
// line 265
echo $this->env->getExtension('PrestaShopBundle\Twig\HookExtension')->renderHook("displayAdminProductsMainStepRightColumnBottom", ["id_product" => ($context["productId"] ?? null)]);
echo "
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
";
}
// line 117
public function block___internal_0d55fddbd6f299533182824c1db47adf49b8b4b01bdbb8a37de2c689dd994a29($context, array $blocks = [])
{
// line 118
echo " ";
echo twig_include($this->env, $context, "@Product/ProductPage/Forms/form_feature.html.twig", ["form" => $this->getAttribute($this->getAttribute(($context["formFeatures"] ?? null), "vars", []), "prototype", [])]);
echo "
";
}
public function getTemplateName()
{
return "@Product/ProductPage/Panels/essentials.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 530 => 118, 527 => 117, 512 => 265, 506 => 262, 493 => 252, 483 => 246, 477 => 241, 475 => 237, 474 => 232, 470 => 231, 464 => 228, 460 => 227, 456 => 226, 450 => 223, 446 => 222, 442 => 221, 435 => 217, 430 => 215, 425 => 212, 417 => 208, 410 => 203, 404 => 200, 399 => 198, 394 => 196, 390 => 194, 388 => 193, 380 => 188, 374 => 185, 369 => 183, 364 => 181, 359 => 178, 349 => 172, 342 => 167, 336 => 166, 328 => 161, 322 => 160, 315 => 156, 310 => 154, 306 => 152, 304 => 151, 297 => 146, 290 => 141, 284 => 138, 277 => 134, 268 => 128, 262 => 124, 245 => 122, 228 => 121, 224 => 119, 222 => 117, 216 => 114, 212 => 113, 208 => 112, 202 => 109, 194 => 104, 188 => 101, 180 => 96, 176 => 95, 166 => 88, 162 => 87, 155 => 82, 152 => 81, 145 => 79, 139 => 77, 137 => 76, 123 => 67, 118 => 65, 114 => 64, 110 => 63, 107 => 62, 102 => 61, 96 => 57, 93 => 56, 91 => 55, 85 => 52, 81 => 51, 76 => 49, 72 => 48, 64 => 43, 60 => 42, 56 => 41, 48 => 36, 44 => 35, 39 => 32, 31 => 25,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "@Product/ProductPage/Panels/essentials.html.twig", "/Volumes/Dev/Sources/Clients/taome/Nouveau_site/www/src/PrestaShopBundle/Resources/views/Admin/Product/ProductPage/Panels/essentials.html.twig");
}
}