goog.provide("Twig.templates.widget_buynow");goog.require("twig");goog.require("twig.filter");Twig.templates["widget_buynow"]=function(env){twig.Template.call(this,env)};twig.inherits(Twig.templates["widget_buynow"],twig.Template);Twig.templates["widget_buynow"].prototype.getParent_=function(context){return false};Twig.templates["widget_buynow"].prototype.render_=function(sb,context,blocks){blocks=typeof blocks=="undefined"?{}:blocks;sb.append('
\n');if(twig.attr("app"in context?context["app"]:null,"maintenance")){sb.append('
\n

');sb.append(twig.filter.escape(this.env_,App.t("widgets.buynow.maintenance_title","We’re temporarily offline for maintenance"),"html",null,true));sb.append('

\n

');sb.append(twig.filter.escape(this.env_,App.t("widgets.buynow.maintenance_copy1","Every now and then we have to disable access to the editor whilst we make improvements to speed things up for yourself and visitors to your site."),"html",null,true));sb.append('

\n

');sb.append(twig.filter.escape(this.env_,App.t("widgets.buynow.maintenance_copy2","These upgrades are usually pretty quick, so we’ll be back up soon!"),"html",null,true));sb.append("

\n
\n")}else{sb.append(" ");context["freePackage"]=false;sb.append(" ");if(twig.attr("data"in context?context["data"]:null,"packageData")&&twig.attr(twig.attr("data"in context?context["data"]:null,"packageData"),"price")=="0.00"){sb.append(" ");context["freePackage"]=true;sb.append(" ")}sb.append('
\n \n\n
\n
\n")};Twig.templates["widget_buynow"].prototype.getTemplateName=function(){return"widget_buynow"};Twig.templates["widget_buynow"].prototype.isTraitable=function(){return false};goog.provide("Twig.templates.widget_ecombasket");goog.require("twig");goog.require("twig.filter");Twig.templates["widget_ecombasket"]=function(env){twig.Template.call(this,env)};twig.inherits(Twig.templates["widget_ecombasket"],twig.Template);Twig.templates["widget_ecombasket"].prototype.getParent_=function(context){return false};Twig.templates["widget_ecombasket"].prototype.render_=function(sb,context,blocks){blocks=typeof blocks=="undefined"?{}:blocks;if(twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"store"),"live")){sb.append('
\n\n \n\n
\n
    \n ');context["items"]=twig.attr("data"in context?context["data"]:null,"items",undefined,undefined,true)?twig.attr("data"in context?context["data"]:null,"items"):twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"cart"),"items");sb.append(" ");context["_parent"]=context;var seq="items"in context?context["items"]:null;var loop={index0:0,index:1,first:true};twig.forEach(seq,function(v,k){context["_key"]=k;context["item"]=v;if(twig.attr("item"in context?context["item"]:null,"quantity")>0){sb.append('
  • \n
    \n ');if(twig.filter.length(this.env_,twig.attr("item"in context?context["item"]:null,"featureImageAssetRef"))&&twig.attr("item"in context?context["item"]:null,"featureImageAssetRef")!=0){sb.append(" ");context["assetUrl"]=App.stripUrlScheme(App.getAssetUrl(twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"assets"),"images"),twig.attr("item"in context?context["item"]:null,"featureImageAssetRef"),undefined,"array")));sb.append(' \n ');sb.append(twig.filter.escape(this.env_,twig.attr(\n \n ')}else{sb.append(' \n ');sb.append(twig.filter.escape(this.env_,twig.attr(\n \n ')}sb.append('
    \n\n
    \n ');sb.append(twig.filter.escape(this.env_,twig.attr("item"in context?context["item"]:null,"title"),"html",null,true));sb.append('\n

    ');sb.append(App.stringFormat(twig.filter.escape(this.env_,App.t("widgets.ecombasket.quantity_no_markup","Quantity: %s%1%s",twig.attr("item"in context?context["item"]:null,"quantity"))),'',""));sb.append("

    \n ");if(twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"store"),"taxProducts")&&twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"store"),"preCalculateTax")&&!(null===twig.attr("item"in context?context["item"]:null,"formattedPriceTotalInclTax"))){sb.append('

    ');sb.append(twig.filter.escape(this.env_,twig.attr("item"in context?context["item"]:null,"formattedPriceTotalInclTax"),"html",null,true));sb.append("

    \n ")}else{sb.append('

    ');sb.append(twig.filter.escape(this.env_,twig.attr("item"in context?context["item"]:null,"formattedPriceTotal"),"html",null,true));sb.append("

    \n ")}sb.append('
    \n\n \n
  • \n ");++loop["index0"];++loop["index"];loop["first"]=false}},this);sb.append("
\n\n ");if(twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"store"),"taxProducts")&&twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"store"),"preCalculateTax")&&(!(null===twig.attr("data"in context?context["data"]:null,"subTotalInclTax"))||!(null===twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"cart"),"subTotalInclTax")))){sb.append(" ");context["subTotal"]=twig.attr("data"in context?context["data"]:null,"subTotalInclTax")?twig.attr("data"in context?context["data"]:null,"subTotalInclTax"):twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"cart"),"subTotalInclTax");sb.append(" ")}else{sb.append(" ");context["subTotal"]=twig.attr("data"in context?context["data"]:null,"subTotal")?twig.attr("data"in context?context["data"]:null,"subTotal"):twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"cart"),"subTotal");sb.append(" ")}sb.append('\n \n\n
\n
\n")}};Twig.templates["widget_ecombasket"].prototype.getTemplateName=function(){return"widget_ecombasket"};Twig.templates["widget_ecombasket"].prototype.isTraitable=function(){return false};goog.provide("Twig.templates.widget_ecombasketsummary");goog.require("twig");goog.require("twig.filter");Twig.templates["widget_ecombasketsummary"]=function(env){twig.Template.call(this,env)};twig.inherits(Twig.templates["widget_ecombasketsummary"],twig.Template);Twig.templates["widget_ecombasketsummary"].prototype.getParent_=function(context){return false};Twig.templates["widget_ecombasketsummary"].prototype.render_=function(sb,context,blocks){blocks=typeof blocks=="undefined"?{}:blocks;if(twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"store"),"hasPaymentsConfigured")){sb.append('
\n\n
\n

');sb.append(twig.filter.escape(this.env_,App.t("widgets.ecombasketsummary.title","Basket Summary"),"html",null,true));sb.append("

\n\n ");context["items"]=twig.attr("data"in context?context["data"]:null,"items")?twig.attr("data"in context?context["data"]:null,"items"):twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"cart"),"items");sb.append(" ");if(twig.filter.length(this.env_,"items"in context?context["items"]:null)){sb.append(' \n \n \n \n \n ");if(twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"store"),"taxProducts")&&twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"store"),"preCalculateTax")){sb.append(' \n ")}else{sb.append(' \n ")}sb.append(' \n \n\n ");context["_parent"]=context;var seq="items"in context?context["items"]:null;var loop={index0:0,index:1,first:true};if(twig.countable(seq)){var length=twig.count(seq);loop["revindex0"]=length-1;loop["revindex"]=length;loop["length"]=length;loop["last"]=1===length}twig.forEach(seq,function(v,k){context["_key"]=k;context["item"]=v;sb.append(" ");context["restrictStock"]=twig.attr("item"in context?context["item"]:null,"trackStock")==1&&twig.attr("item"in context?context["item"]:null,"stockUnlimited")==0;sb.append('\n \n \n\n \n\n \n\n\n "); if(twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"store"),"taxProducts")&&twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"store"),"preCalculateTax")&&!(null===twig.attr("item"in context?context["item"]:null,"formattedPriceUnitInclTax"))){sb.append(' \n ")}else{sb.append(' \n ")}sb.append('\n\n \n \n\n ");if(!(null===twig.attr("item"in context?context["item"]:null,"originalQuantity"))&&twig.attr("item"in context?context["item"]:null,"quantity")==0){sb.append(' \n \n \n ")}else if(!(null===twig.attr("item"in context?context["item"]:null,"originalQuantity"))&&twig.attr("item"in context?context["item"]:null,"quantity")==1&&twig.attr("item"in context?context["item"]:null,"originalQuantity")>twig.attr("item"in context?context["item"]:null,"quantity")){sb.append(' \n \n \n ")}else if(!(null===twig.attr("item"in context?context["item"]:null,"originalQuantity"))&&twig.attr("item"in context?context["item"]:null,"originalQuantity")>twig.attr("item"in context?context["item"]:null,"quantity")){sb.append(' \n \n \n ")}sb.append("\n ");++loop["index0"];++loop["index"];loop["first"]=false;if(loop["length"]){--loop["revindex0"];--loop["revindex"];loop["last"]=0===loop["revindex0"]}},this);sb.append(" ");if(twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"store"),"taxProducts")&&twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"store"),"preCalculateTax")&&(!(null===twig.attr("data"in context?context["data"]:null,"subTotalInclTax"))||!(null===twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"cart"),"subTotalInclTax")))){sb.append(" ");context["subTotal"]=twig.attr("data"in context?context["data"]:null,"subTotalInclTax")?twig.attr("data"in context?context["data"]:null,"subTotalInclTax"):twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"cart"),"subTotalInclTax");sb.append(" ")}else{sb.append(" ");context["subTotal"]=twig.attr("data"in context?context["data"]:null,"subTotal")?twig.attr("data"in context?context["data"]:null,"subTotal"):twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"cart"),"subTotal");sb.append(" ")}sb.append('\n \n \n \n \n
');sb.append(twig.filter.escape(this.env_,App.t("widgets.ecombasketsummary.item_items","Item"),"html",null,true));sb.append('');sb.append(twig.filter.escape(this.env_,App.t("widgets.ecombasketsummary.quantity","Quantity"),"html",null,true));sb.append("');sb.append(twig.filter.escape(this.env_,App.t("widgets.ecombasketsummary.item_singleprice","Price"),"html",null,true));sb.append(' ');sb.append(twig.filter.escape(this.env_,App.t("widgets.ecombasketsummary.item_tax_inclusive","(incl. tax)"),"html",null,true));sb.append("');sb.append(twig.filter.escape(this.env_,App.t("widgets.ecombasketsummary.item_singleprice","Price"),"html",null,true));sb.append("');sb.append(twig.filter.escape(this.env_,App.t("widgets.ecombasketsummary.item_pricetotal","Subtotal"),"html",null,true));sb.append("
\n ');if(twig.filter.length(this.env_,twig.attr("item"in context?context["item"]:null,"productListAssetRef"))&&twig.attr("item"in context?context["item"]:null,"productListAssetRef")!=0){sb.append(" ");context["assetUrl"]=App.stripUrlScheme(App.getAssetUrl(twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"assets"),"images"),twig.attr("item"in context?context["item"]:null,"productListAssetRef"),undefined,"array")));sb.append(' \n ');sb.append(twig.filter.escape(this.env_,twig.attr(\n \n ')}else{sb.append(' \n ');sb.append(twig.filter.escape(this.env_,twig.attr(\n \n ')}sb.append(' \n

\n ');sb.append(twig.filter.escape(this.env_,twig.attr("item"in context?context["item"]:null,"title"),"html",null,true));sb.append('\n

\n
\n
\n \n ');sb.append(twig.filter.escape(this.env_,twig.attr("item"in context?context["item"]:null,"quantity"),"html",null,true));sb.append('\n \n
\n
\n

');sb.append(twig.filter.escape(this.env_,twig.attr("item"in context?context["item"]:null,"formattedPriceUnitInclTax"),"html",null,true));sb.append("

\n
\n

');sb.append(twig.filter.escape(this.env_,twig.attr("item"in context?context["item"]:null,"formattedPriceUnit"),"html",null,true));sb.append("

\n
\n ');if(twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"store"),"taxProducts")&&twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"store"),"preCalculateTax")&&!(null===twig.attr("item"in context?context["item"]:null,"formattedPriceTotalInclTax"))){sb.append('

');sb.append(twig.filter.escape(this.env_,twig.attr("item"in context?context["item"]:null,"formattedPriceTotalInclTax"),"html",null,true));sb.append("

\n ")}else{sb.append('

');sb.append(twig.filter.escape(this.env_,twig.attr("item"in context?context["item"]:null,"formattedPriceTotal"),"html",null,true));sb.append("

\n ")}sb.append("
\n

\n ');sb.append(twig.filter.escape(this.env_,App.t("widgets.ecombasketsummary.stock_shortage","You had %1 of this item in your cart but unfortunately it’s now out of stock. We’ve removed it from your cart accordingly.",twig.attr("item"in context?context["item"]:null,"originalQuantity")),"html",null,true));sb.append("\n

\n
\n

\n ');sb.append(twig.filter.escape(this.env_,App.t("widgets.ecombasketsummary.quantity_adjustment_single","You had %1 of this item in your cart but unfortunately only 1 is now left in stock. We’ve adjusted your cart accordingly.",twig.attr("item"in context?context["item"]:null,"originalQuantity")),"html",null,true));sb.append("\n

\n
\n

\n ');sb.append(twig.filter.escape(this.env_,App.t("widgets.ecombasketsummary.quantity_adjustment","You had %1 of this item in your cart but unfortunately only %2 are now left in stock. We’ve adjusted your cart accordingly.",twig.attr("item"in context?context["item"]:null,"originalQuantity"),twig.attr("item"in context?context["item"]:null,"quantity")),"html",null,true));sb.append("\n

\n
\n

');sb.append(twig.filter.escape(this.env_,App.t("widgets.ecombasketsummary.subtotalprice","Subtotal"),"html",null,true));sb.append(' ');sb.append(twig.filter.escape(this.env_,"subTotal"in context?context["subTotal"]:null,"html",null,true));sb.append('

\n
\n\n
\n ');context["sitePrimaryDomain"]=twig.attr("data"in context?context["data"]:null,"sitePrimaryDomain")?twig.attr("data"in context?context["data"]:null,"sitePrimaryDomain"):"sitePrimaryDomain"in context?context["sitePrimaryDomain"]:null;sb.append('\n \n \n \n\n ');context["purchaseDisabled"]=twig.attr("app"in context?context["app"]:null,"mode")!="published";sb.append(" ");context["itemCount"]=twig.attr("data"in context?context["data"]:null,"itemCount",undefined,undefined,true)?twig.attr("data"in context?context["data"]:null,"itemCount"):twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"cart"),"itemCount");sb.append(" ");if(("itemCount"in context?context["itemCount"]:null)<1){sb.append(" ");context["purchaseDisabled"]=true;sb.append(" ")}sb.append('\n \n
\n ")}else{sb.append('
\n

');sb.append(twig.filter.escape(this.env_,App.t("widgets.ecombasketsummary.empty","Your basket is empty!"),"html",null,true));sb.append('

\n
\n\n ');sb.append(twig.filter.escape(this.env_,App.t("widgets.ecombasketsummary.empty_cta","Continue shopping"),"html",null,true));sb.append("\n ")}sb.append("
\n
\n")}else{sb.append("\n");if(twig.filter.length(this.env_,twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"store"),"email"))>0){sb.append('
\n

');sb.append(twig.filter.escape(this.env_,App.t("widgets.ecombasketsummary.nopayment_available","This store doesn't currently support taking payments. Please contact the store owner at %1.",twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"store"),"email")),"html",null,true));sb.append("

\n
\n")}else{sb.append('
\n

');sb.append(twig.filter.escape(this.env_,App.t("widgets.ecombasketsummary.nopayment_available_general","This store doesn't currently support taking payments."),"html",null,true));sb.append("

\n
\n")}sb.append("\n")}};Twig.templates["widget_ecombasketsummary"].prototype.getTemplateName=function(){return"widget_ecombasketsummary"};Twig.templates["widget_ecombasketsummary"].prototype.isTraitable=function(){return false};goog.provide("Twig.templates.widget_ecomproduct");goog.require("twig");goog.require("twig.filter");Twig.templates["widget_ecomproduct"]=function(env){twig.Template.call(this,env)};twig.inherits(Twig.templates["widget_ecomproduct"],twig.Template);Twig.templates["widget_ecomproduct"].prototype.getParent_=function(context){return false};Twig.templates["widget_ecomproduct"].prototype.render_=function(sb,context,blocks){blocks=typeof blocks=="undefined"?{}:blocks;if(!(null===twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"product"))){sb.append(" ");context["store"]=twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"store");sb.append(" ");context["product"]=!twig.attr("data"in context?context["data"]:null,"product",undefined,undefined,true)?twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"product"):twig.attr("data"in context?context["data"]:null,"product");sb.append(" ");context["variant"]=!twig.attr("data"in context?context["data"]:null,"selectedVariant",undefined,undefined,true)?twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"ecommerce"),"product"),"defaultVariant"):twig.attr("data"in context?context["data"]:null,"selectedVariant");sb.append(" ");if(!(null===("variant"in context?context["variant"]:null))){sb.append(" ");context["variantStock"]=twig.attr("variant"in context?context["variant"]:null,"stock")-twig.attr("variant"in context?context["variant"]:null,"cartQuantity");sb.append(" ")}sb.append('\n
\n \n
\n ');if(twig.filter.length(this.env_,twig.attr("product"in context?context["product"]:null,"assets"))>0){sb.append('
\n
\n ');if(twig.attr("product"in context?context["product"]:null,"featureImageAssetRef")){sb.append(" ");context["imageSrcPreview"]=App.stripUrlScheme(App.getAssetUrl(twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"assets"),"images"),twig.attr("product"in context?context["product"]:null,"featureImageAssetRef"),undefined,"array")));sb.append(" ")}else{sb.append(" ");context["imageSrcPreview"]=App.stripUrlScheme(App.getAssetUrl(twig.attr(twig.attr(twig.attr("plugins"in context?context["plugins"]:null,"assets"),"images"),twig.attr(_.first(twig.attr("product"in context?context["product"]:null,"assets")),"assetRef"),undefined,"array")));sb.append(" ")}sb.append(' \n ');sb.append(twig.filter.escape(this.env_,twig.attr(\n \n
\n\n ');if(twig.filter.length(this.env_,twig.attr("product"in context?context["product"]:null,"assets"))>1){sb.append(' \n ")}sb.append("
\n ")}else{sb.append('
\n
\n ');sb.append(twig.filter.escape(this.env_,twig.attr(\n\n
\n
\n ')}sb.append('\n
\n \n\n
\n

');sb.append(twig.filter.escape(this.env_,twig.attr("product"in context?context["product"]:null,"title"),"html",null,true));sb.append("

\n\n ");if(!(null===("variant"in context?context["variant"]:null))){sb.append("\n ");if(twig.filter.length(this.env_,twig.attr("product"in context?context["product"]:null,"options"))>0){sb.append(" ");if(twig.attr("store"in context?context["store"]:null,"taxProducts")&&twig.attr("store"in context?context["store"]:null,"preCalculateTax")&&!(null===twig.attr("variant"in context?context["variant"]:null,"formattedPriceInclTax"))){sb.append('

');sb.append(twig.filter.escape(this.env_,twig.attr("variant"in context?context["variant"]:null,"formattedPriceInclTax"),"html",null,true));sb.append(' ');sb.append(twig.filter.escape(this.env_,App.t("widgets.ecomproduct.tax_price","incl. tax*"),"html",null,true));sb.append("

\n ")}else{sb.append('

');sb.append(twig.filter.escape(this.env_,twig.attr("variant"in context?context["variant"]:null,"formattedPrice"),"html",null,true));sb.append("

\n ")}sb.append(" ")}else{sb.append(" ");if(twig.attr("store"in context?context["store"]:null,"taxProducts")&&twig.attr("store"in context?context["store"]:null,"preCalculateTax")&&!(null===twig.attr("variant"in context?context["variant"]:null,"formattedPriceInclTax"))){sb.append('

');sb.append(twig.filter.escape(this.env_,twig.attr("variant"in context?context["variant"]:null,"formattedPriceInclTax"),"html",null,true));sb.append(" ");sb.append(twig.filter.escape(this.env_,App.t("widgets.ecomproduct.tax_price","incl. tax*"),"html",null,true));sb.append("

\n ")}else{sb.append('

');sb.append(twig.filter.escape(this.env_,twig.attr("variant"in context?context["variant"]:null,"formattedPrice"),"html",null,true));sb.append("

\n ")}sb.append(" ")}sb.append("\n ");if(twig.attr("product"in context?context["product"]:null,"stockTrack")==1&&twig.attr("product"in context?context["product"]:null,"stockUnlimited")==0&&("variantStock"in context?context["variantStock"]:null)<1){sb.append('
\n

');sb.append(twig.filter.escape(this.env_,App.t("widgets.ecomproduct.sold-out","Sold out"),"html",null,true));sb.append('

\n \n
\n ')}else if(twig.attr("product"in context?context["product"]:null,"stockTrack")==1&&twig.attr("product"in context?context["product"]:null,"stockUnlimited")==0&&("variantStock"in context?context["variantStock"]:null)<=5&&twig.attr("store"in context?context["store"]:null,"displayLowStockWarnings")==1){sb.append('
\n

');sb.append(twig.filter.escape(this.env_,App.t("widgets.ecomproduct.low_stock","Only %1 remaining","variantStock"in context?context["variantStock"]:null),"html",null,true));sb.append('

\n
\n \n ')}else{sb.append(' \n ')}sb.append("\n ")}else{sb.append('
\n

');sb.append(twig.filter.escape(this.env_,App.t("widgets.ecomproduct.not-available","Currently unavailable"),"html",null,true));sb.append('

\n \n
\n ')}sb.append('
\n\n
\n ');if(twig.filter.length(this.env_,twig.attr("product"in context?context["product"]:null,"content"))>0){sb.append(" ");sb.append(twig.attr("product"in context?context["product"]:null,"content"));sb.append("\n ")}sb.append('
\n\n
\n
\n ');if(twig.filter.length(this.env_,twig.attr("product"in context?context["product"]:null,"options"))>0){sb.append('
\n ');sb.append(twig.filter.escape(this.env_,App.t("widgets.ecomproduct.legend","Product Options"),"html",null,true));sb.append('\n
\n ');context["_parent"]=context;var seq=twig.attr("product"in context?context["product"]:null,"options");twig.forEach(seq,function(v,k){context["_key"]=k;context["option"]=v;sb.append('
\n \n
\n \n
\n
\n ")},this);sb.append("
\n
\n ")}sb.append('\n
\n \n
\n
\n \n
\n\n\n\n ");if(!(null===twig.attr("product"in context?context["product"]:null,"category"))&&twig.filter.length(this.env_,twig.attr("product"in context?context["product"]:null,"category"))>0||!(null===twig.attr("product"in context?context["product"]:null,"tags"))&&twig.filter.length(this.env_,twig.attr("product"in context?context["product"]:null,"tags"))>0||twig.attr("store"in context?context["store"]:null,"taxProducts")&&twig.attr("store"in context?context["store"]:null,"preCalculateTax")&&!(null===twig.attr("variant"in context?context["variant"]:null,"formattedPriceInclTax"))){sb.append('
\n ');if(!(null===twig.attr("product"in context?context["product"]:null,"category"))&&twig.filter.length(this.env_,twig.attr("product"in context?context["product"]:null,"category"))>0){sb.append('

\n ');sb.append(twig.filter.escape(this.env_,App.t("widgets.ecomproduct.categories","Category"),"html",null,true));sb.append(' ');sb.append(twig.filter.escape(this.env_,twig.attr(twig.attr("product"in context?context["product"]:null,"category"),"name"),"html",null,true));sb.append("

\n ")}sb.append("\n ");if(!(null===twig.attr("product"in context?context["product"]:null,"tags"))&&twig.filter.length(this.env_,twig.attr("product"in context?context["product"]:null,"tags"))>0){sb.append('
\n

');sb.append(twig.filter.escape(this.env_,App.t("widgets.ecomproduct.tags","Tags: "),"html",null,true));sb.append('

\n \n
\n ")}sb.append(" ");if(twig.attr("store"in context?context["store"]:null,"taxProducts")&&twig.attr("store"in context?context["store"]:null,"preCalculateTax")&&!(null===twig.attr("variant"in context?context["variant"]:null,"formattedPriceInclTax"))){sb.append('

\n ');sb.append(twig.filter.escape(this.env_,App.t("widgets.ecomproduct.tax_explainer","* Based on residence in %1. Tax rates for other countries will be calculated at the checkout. Price exclusive of tax: %2.",twig.attr("store"in context?context["store"]:null,"defaultTaxCountry"),twig.attr("variant"in context?context["variant"]:null,"formattedPrice")),"html",null,true));sb.append("\n

\n ")}sb.append("
\n ")}sb.append("
\n\n
\n
\n\n")}else if(twig.attr("app"in context?context["app"]:null,"mode")!="published"&&twig.attr("app"in context?context["app"]:null,"mode")!="site-preview"){sb.append('
\n

');sb.append(twig.filter.escape(this.env_,App.t("widgets.ecomproduct.no-content","There aren't any products to display."),"html",null,true));sb.append("

\n
\n")}};Twig.templates["widget_ecomproduct"].prototype.getTemplateName=function(){return"widget_ecomproduct"};Twig.templates["widget_ecomproduct"].prototype.isTraitable=function(){return false};goog.provide("Twig.templates.widget_profile");goog.require("twig");goog.require("twig.filter");Twig.templates["widget_profile"]=function(env){twig.Template.call(this,env)};twig.inherits(Twig.templates["widget_profile"],twig.Template);Twig.templates["widget_profile"].prototype.getParent_=function(context){return false};Twig.templates["widget_profile"].prototype.render_=function(sb,context,blocks){blocks=typeof blocks=="undefined"?{}:blocks;sb.append('
\n\n ');if(twig.attr("data"in context?context["data"]:null,"profileType")=="address"){sb.append('\n
\n\n
\n\n
\n\n ');if(twig.attr("data"in context?context["data"]:null,"address")!="profile"&&twig.filter.length(this.env_,twig.attr("data"in context?context["data"]:null,"address"))>0||twig.filter.length(this.env_,twig.attr("profile"in context?context["profile"]:null,"address"))>0){sb.append('

');if(twig.filter.length(this.env_,twig.attr("data"in context?context["data"]:null,"address"))>0&&twig.attr("data"in context?context["data"]:null,"address")!="profile"){sb.append(twig.filter.escape(this.env_,twig.attr("data"in context?context["data"]:null,"address"),"html",null,true))}else{sb.append(twig.filter.escape(this.env_,twig.attr("profile"in context?context["profile"]:null,"address"),"html",null,true));sb.append(" ")}sb.append("

\n ")}else{sb.append(" ");context["noAddress"]=true;sb.append(" ")}sb.append("\n ");if(twig.attr("data"in context?context["data"]:null,"address1")!="profile"&&twig.filter.length(this.env_,twig.attr("data"in context?context["data"]:null,"address1"))>0||twig.filter.length(this.env_,twig.attr("profile"in context?context["profile"]:null,"address1"))>0){sb.append('

');if(twig.filter.length(this.env_,twig.attr("data"in context?context["data"]:null,"address1"))>0&&twig.attr("data"in context?context["data"]:null,"address1")!="profile"){sb.append(twig.filter.escape(this.env_,twig.attr("data"in context?context["data"]:null,"address1"),"html",null,true))}else{sb.append(twig.filter.escape(this.env_,twig.attr("profile"in context?context["profile"]:null,"address1"),"html",null,true));sb.append(" ")}sb.append("

\n ")}else{sb.append(" ");context["noAddress1"]=true;sb.append(" ")}sb.append("\n ");if(twig.attr("data"in context?context["data"]:null,"address2")!="profile"&&twig.filter.length(this.env_,twig.attr("data"in context?context["data"]:null,"address2"))>0||twig.filter.length(this.env_,twig.attr("profile"in context?context["profile"]:null,"address2"))>0){sb.append('

');if(twig.filter.length(this.env_,twig.attr("data"in context?context["data"]:null,"address2"))>0&&twig.attr("data"in context?context["data"]:null,"address2")!="profile"){sb.append(twig.filter.escape(this.env_,twig.attr("data"in context?context["data"]:null,"address2"),"html",null,true))}else{sb.append(twig.filter.escape(this.env_,twig.attr("profile"in context?context["profile"]:null,"address2"),"html",null,true));sb.append(" ")}sb.append("

\n ")}else{sb.append(" ");context["noAddress2"]=true;sb.append(" ")}sb.append("\n ");if(twig.attr("data"in context?context["data"]:null,"addressPostalCode")!="profile"&&twig.filter.length(this.env_,twig.attr("data"in context?context["data"]:null,"addressPostalCode"))>0||twig.filter.length(this.env_,twig.attr("profile"in context?context["profile"]:null,"postalcode"))>0){sb.append('

');if(twig.filter.length(this.env_,twig.attr("data"in context?context["data"]:null,"addressPostalCode"))>0&&twig.attr("data"in context?context["data"]:null,"addressPostalCode")!="profile"){sb.append(twig.filter.escape(this.env_,twig.attr("data"in context?context["data"]:null,"addressPostalCode"),"html",null,true))}else{sb.append(twig.filter.escape(this.env_,twig.attr("profile"in context?context["profile"]:null,"postalcode"),"html",null,true));sb.append(" ")}sb.append("

\n ")}else{sb.append(" ");context["noPostalcode"]=true;sb.append(" ")}sb.append("\n ");if(twig.attr("data"in context?context["data"]:null,"country")!="profile"&&twig.filter.length(this.env_,twig.attr("data"in context?context["data"]:null,"country"))>0||twig.filter.length(this.env_,twig.attr("profile"in context?context["profile"]:null,"country"))>0){sb.append('

');if(twig.filter.length(this.env_,twig.attr("data"in context?context["data"]:null,"country"))>0&&twig.attr("data"in context?context["data"]:null,"country")!="profile"){sb.append(twig.filter.escape(this.env_,twig.attr("data"in context?context["data"]:null,"country"),"html",null,true))}else{sb.append(twig.filter.escape(this.env_,twig.attr("profile"in context?context["profile"]:null,"country"),"html",null,true));sb.append(" ")}sb.append("

\n ")}else{sb.append(" ");context["noCountry"]=true;sb.append(" ")}sb.append("\n ");if(("noAddress"in context?context["noAddress"]:null)&&("noAddress1"in context?context["noAddress1"]:null)&&("noAddress2"in context?context["noAddress2"]:null)&&("noCountry"in context?context["noCountry"]:null)&&("noPostalcode"in context?context["noPostalcode"]:null)&&twig.attr("app"in context?context["app"]:null,"mode")!="published"&&twig.attr("app"in context?context["app"]:null,"mode")!="site-preview"){sb.append('
\n

');sb.append(twig.filter.escape(this.env_,App.t("widgets.profile.noaddress","No address"),"html",null,true));sb.append("

\n
\n ")}sb.append("\n
\n\n
\n\n
\n ")}sb.append("\n\n\n ");if(twig.attr("data"in context?context["data"]:null,"profileType")=="email"){sb.append("\n ");if(twig.attr("data"in context?context["data"]:null,"email")!="profile"&&twig.filter.length(this.env_,twig.attr("data"in context?context["data"]:null,"email"))>0||twig.filter.length(this.env_,twig.attr("profile"in context?context["profile"]:null,"email"))>0){sb.append(' \n ")}else if(twig.attr("app"in context?context["app"]:null,"mode")!="published"&&twig.attr("app"in context?context["app"]:null,"mode")!="site-preview"){sb.append('
\n

');sb.append(twig.filter.escape(this.env_,App.t("widgets.profile.noemail","No email"),"html",null,true));sb.append("

\n
\n ")}sb.append("\n ")}sb.append("\n\n\n ");if(twig.attr("data"in context?context["data"]:null,"profileType")=="headline"){sb.append("\n ");if(twig.attr("data"in context?context["data"]:null,"headline")!="profile"&&twig.filter.length(this.env_,twig.attr("data"in context?context["data"]:null,"headline"))>0||twig.filter.length(this.env_,twig.attr("profile"in context?context["profile"]:null,"headline"))>0){sb.append('
\n

');if(twig.filter.length(this.env_,twig.attr("data"in context?context["data"]:null,"headline"))>0&&twig.attr("data"in context?context["data"]:null,"headline")!="profile"){sb.append(twig.filter.escape(this.env_,twig.attr("data"in context?context["data"]:null,"headline"),"html",null,true))}else{sb.append(twig.filter.escape(this.env_,twig.attr("profile"in context?context["profile"]:null,"headline"),"html",null,true));sb.append(" ")}sb.append("

\n
\n ")}else if(twig.attr("app"in context?context["app"]:null,"mode")!="published"&&twig.attr("app"in context?context["app"]:null,"mode")!="site-preview"){sb.append('
\n

');sb.append(twig.filter.escape(this.env_,App.t("widgets.profile.noheadline","No headline"),"html",null,true));sb.append("

\n
\n ")}sb.append("\n ")}sb.append("\n\n\n ");if(twig.attr("data"in context?context["data"]:null,"profileType")=="strapline"){sb.append("\n ");if(twig.attr("data"in context?context["data"]:null,"strapline")!="profile"&&twig.filter.length(this.env_,twig.attr("data"in context?context["data"]:null,"strapline"))>0||twig.filter.length(this.env_,twig.attr("profile"in context?context["profile"]:null,"strapline"))>0){sb.append('
\n

');if(twig.filter.length(this.env_,twig.attr("data"in context?context["data"]:null,"strapline"))>0&&twig.attr("data"in context?context["data"]:null,"strapline")!="profile"){sb.append(twig.filter.escape(this.env_,twig.attr("data"in context?context["data"]:null,"strapline"),"html",null,true))}else{sb.append(twig.filter.escape(this.env_,twig.attr("profile"in context?context["profile"]:null,"strapline"),"html",null,true));sb.append(" ")}sb.append("

\n
\n ")}else if(twig.attr("app"in context?context["app"]:null,"mode")!="published"&&twig.attr("app"in context?context["app"]:null,"mode")!="site-preview"){sb.append('
\n

');sb.append(twig.filter.escape(this.env_,App.t("widgets.profile.nostrapline","No strapline"),"html",null,true));sb.append("

\n
\n ")}sb.append("\n ")}sb.append("\n\n ");if(twig.attr("data"in context?context["data"]:null,"profileType")=="companydescription"){sb.append("\n ");if(twig.attr("data"in context?context["data"]:null,"companydescription")!="profile"&&twig.filter.length(this.env_,twig.attr("data"in context?context["data"]:null,"companydescription"))>0||twig.filter.length(this.env_,twig.attr("profile"in context?context["profile"]:null,"companydescription"))>0){sb.append('
\n

');if(twig.filter.length(this.env_,twig.attr("data"in context?context["data"]:null,"companydescription"))>0&&twig.attr("data"in context?context["data"]:null,"companydescription")!="profile"){sb.append(twig.filter.escape(this.env_,twig.attr("data"in context?context["data"]:null,"companydescription"),"html",null,true))}else{sb.append(twig.filter.escape(this.env_,twig.attr("profile"in context?context["profile"]:null,"companydescription"),"html",null,true));sb.append(" ")}sb.append("

\n
\n ")}else if(twig.attr("app"in context?context["app"]:null,"mode")!="published"&&twig.attr("app"in context?context["app"]:null,"mode")!="site-preview"){sb.append('
\n

');sb.append(twig.filter.escape(this.env_,App.t("widgets.profile.nocompanydescription","No company description"),"html",null,true));sb.append("

\n
\n ")}sb.append("\n ")}sb.append("\n\n ");if(twig.attr("data"in context?context["data"]:null,"profileType")=="phone"){sb.append("\n ");if(twig.attr("data"in context?context["data"]:null,"phone")!="profile"&&twig.filter.length(this.env_,twig.attr("data"in context?context["data"]:null,"phone"))>0||twig.filter.length(this.env_,twig.attr("profile"in context?context["profile"]:null,"phone"))>0){sb.append(' \n ")}else if(twig.attr("app"in context?context["app"]:null,"mode")!="published"&&twig.attr("app"in context?context["app"]:null,"mode")!="site-preview"){sb.append('\n
\n

');sb.append(twig.filter.escape(this.env_,App.t("widgets.profile.nophone","No phone number"),"html",null,true));sb.append("

\n
\n\n ")}sb.append("\n ")}sb.append("\n\n\n ");if(twig.attr("data"in context?context["data"]:null,"profileType")=="business"){sb.append("\n ");if(twig.attr("data"in context?context["data"]:null,"business")!="profile"&&twig.filter.length(this.env_,twig.attr("data"in context?context["data"]:null,"business"))>0||twig.filter.length(this.env_,twig.attr("profile"in context?context["profile"]:null,"business"))>0){sb.append('
\n

');if(twig.filter.length(this.env_,twig.attr("data"in context?context["data"]:null,"business"))>0&&twig.attr("data"in context?context["data"]:null,"business")!="profile"){sb.append(twig.filter.escape(this.env_,twig.attr("data"in context?context["data"]:null,"business"),"html",null,true))}else{sb.append(twig.filter.escape(this.env_,twig.attr("profile"in context?context["profile"]:null,"business"),"html",null,true));sb.append(" ")}sb.append("

\n
\n ")}else if(twig.attr("app"in context?context["app"]:null,"mode")!="published"&&twig.attr("app"in context?context["app"]:null,"mode")!="site-preview"){sb.append('\n
\n

');sb.append(twig.filter.escape(this.env_,App.t("widgets.profile.nobusiness","No business"),"html",null,true));sb.append("

\n
\n\n ")}sb.append("\n ")}sb.append("\n\n ");if(twig.attr("data"in context?context["data"]:null,"profileType")=="copyright"){sb.append("\n ");if(twig.attr("data"in context?context["data"]:null,"copyright")!="profile"&&twig.filter.length(this.env_,twig.attr("data"in context?context["data"]:null,"copyright"))>0||twig.filter.length(this.env_,twig.attr("profile"in context?context["profile"]:null,"copyright"))>0){sb.append('
\n \n
\n ")}else if(twig.attr("app"in context?context["app"]:null,"mode")!="published"&&twig.attr("app"in context?context["app"]:null,"mode")!="site-preview"){sb.append('
\n

');sb.append(twig.filter.escape(this.env_,App.t("widgets.profile.nocopyright","No copyright"),"html",null,true));sb.append("

\n
\n ")}sb.append("\n ")}sb.append("\n\n\n ");if(twig.attr("data"in context?context["data"]:null,"profileType")=="twitter"){sb.append("\n ");sb.append(" ");if(twig.filter.length(this.env_,twig.attr("data"in context?context["data"]:null,"tweets"))>0){sb.append("\n ");context["tweet"]=twig.attr(twig.attr("data"in context?context["data"]:null,"tweets"),0,undefined,"array");sb.append(' \n\n ")}else{sb.append('
\n

');sb.append(twig.filter.escape(this.env_,App.t("widgets.twitter.message","Retrieving tweets"),"html",null,true));sb.append(".

\n
\n\n ")}sb.append("\n ")}sb.append("\n\n ");if(twig.attr("data"in context?context["data"]:null,"profileType")=="map"){sb.append(" ");sb.append('
\n\n ');sb.append('
\n\n
\n ')}sb.append("\n\n\n ");if(twig.attr("data"in context?context["data"]:null,"profileType")=="socialicons"){sb.append('\n \n\n ")}sb.append("\n\n\n ");if(twig.attr("data"in context?context["data"]:null,"profileType")=="form"){sb.append('\n
\n
\n\n
\n\n ');sb.append(twig.filter.escape(this.env_,App.t("widgets.profile.signuptitle","Sign Up"),"html",null,true));sb.append('\n
\n
\n \n \n
\n
\n \n
\n
\n
\n\n
\n\n
\n
\n\n ')}sb.append(" ");sb.append("\n ");if((twig.filter.length(this.env_,twig.attr("data"in context?context["data"]:null,"profileType"))==0||twig.attr("data"in context?context["data"]:null,"profileType")!="address"&&twig.attr("data"in context?context["data"]:null,"profileType")!="email"&&twig.attr("data"in context?context["data"]:null,"profileType")!="headline"&&twig.attr("data"in context?context["data"]:null,"profileType")!="strapline"&&twig.attr("data"in context?context["data"]:null,"profileType")!="companydescription"&&twig.attr("data"in context?context["data"]:null,"profileType")!="phone"&&twig.attr("data"in context?context["data"]:null,"profileType")!="business"&&twig.attr("data"in context?context["data"]:null,"profileType")!="copyright"&&twig.attr("data"in context?context["data"]:null,"profileType")!="twitter"&&twig.attr("data"in context?context["data"]:null,"profileType")!="map"&&twig.attr("data"in context?context["data"]:null,"profileType")!="form"&&twig.attr("data"in context?context["data"]:null,"profileType")!="socialicons")&&twig.attr("app"in context?context["app"]:null,"mode")!="published"&&twig.attr("app"in context?context["app"]:null,"mode")!="site-preview"){sb.append('
\n

');sb.append(twig.filter.escape(this.env_,App.t("widgets.profile.error","Sorry, something is wrong with this widget"),"html",null,true));sb.append("

\n
\n\n ")}sb.append("\n
\n")};Twig.templates["widget_profile"].prototype.getTemplateName=function(){return"widget_profile"};Twig.templates["widget_profile"].prototype.isTraitable=function(){return false};goog.provide("Twig.templates.widget_twitter");goog.require("twig");goog.require("twig.filter");Twig.templates["widget_twitter"]=function(env){twig.Template.call(this,env)};twig.inherits(Twig.templates["widget_twitter"],twig.Template);Twig.templates["widget_twitter"].prototype.getParent_=function(context){return false};Twig.templates["widget_twitter"].prototype.render_=function(sb,context,blocks){blocks=typeof blocks=="undefined"?{}:blocks;sb.append('
\n\n ");sb.append(' \n\n
\n")};Twig.templates["widget_twitter"].prototype.getTemplateName=function(){return"widget_twitter"};Twig.templates["widget_twitter"].prototype.isTraitable=function(){return false};goog.provide("Twig.templates.widget_yelpreview");goog.require("twig");goog.require("twig.filter");Twig.templates["widget_yelpreview"]=function(env){twig.Template.call(this,env)};twig.inherits(Twig.templates["widget_yelpreview"],twig.Template);Twig.templates["widget_yelpreview"].prototype.getParent_=function(context){return false};Twig.templates["widget_yelpreview"].prototype.render_=function(sb,context,blocks){blocks=typeof blocks=="undefined"?{}:blocks;if(twig.attr(twig.attr("data"in context?context["data"]:null,"reviews"),"reviews",undefined,undefined,true)&&twig.filter.length(this.env_,twig.attr(twig.attr("data"in context?context["data"]:null,"reviews"),"reviews"))>0){sb.append('
\n\n ');if(twig.filter.length(this.env_,twig.attr("data"in context?context["data"]:null,"title"))>0){sb.append("\n ");sb.append('

');sb.append(twig.filter.escape(this.env_,twig.attr("data"in context?context["data"]:null,"title"),"html",null,true));sb.append("

\n\n ")}sb.append("\n ");sb.append(' \n\n
\n")}sb.append("\n");if(twig.filter.length(this.env_,twig.attr(twig.attr("data"in context?context["data"]:null,"reviews"),"reviews"))==0&&twig.attr("app"in context?context["app"]:null,"mode")!="published"&&twig.attr("app"in context?context["app"]:null,"mode")!="site-preview"){sb.append('
\n

');sb.append(twig.filter.escape(this.env_,App.t("widgets.yelpreview.no_business_id","Enter your Yelp business ID to show your top rated review."),"html",null,true));sb.append("

\n
\n")}};Twig.templates["widget_yelpreview"].prototype.getTemplateName=function(){return"widget_yelpreview"};Twig.templates["widget_yelpreview"].prototype.isTraitable=function(){return false};goog.provide("Twig.templates.image_placeholder");goog.require("twig");goog.require("twig.filter");Twig.templates["image_placeholder"]=function(env){twig.Template.call(this,env)};twig.inherits(Twig.templates["image_placeholder"],twig.Template);Twig.templates["image_placeholder"].prototype.getParent_=function(context){return false};Twig.templates["image_placeholder"].prototype.render_=function(sb,context,blocks){blocks=typeof blocks=="undefined"?{}:blocks;sb.append("data:image/png;base64,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")};Twig.templates["image_placeholder"].prototype.getTemplateName=function(){return"image_placeholder"};Twig.templates["image_placeholder"].prototype.isTraitable=function(){return true};goog.provide("Twig.templates.photo_swipe");goog.require("twig");goog.require("twig.filter");Twig.templates["photo_swipe"]=function(env){twig.Template.call(this,env)};twig.inherits(Twig.templates["photo_swipe"],twig.Template);Twig.templates["photo_swipe"].prototype.getParent_=function(context){return false};Twig.templates["photo_swipe"].prototype.render_=function(sb,context,blocks){blocks=typeof blocks=="undefined"?{}:blocks;sb.append('\n')};Twig.templates["photo_swipe"].prototype.getTemplateName=function(){return"photo_swipe"};Twig.templates["photo_swipe"].prototype.isTraitable=function(){return false};