Exemplo n.º 1
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 3 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"

            ViewData["Title"] = Localizer["Wish List"];

#line default
#line hidden
            BeginContext(161, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("head", async() => {
                BeginContext(177, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(182, 96, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "91eb9e3c9dad9dcbfcdc24cd0c9dcac78ea14f399525", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper = CreateTagHelper <global::SimplCommerce.Module.Core.Extensions.TagHelpers.AppendVersionTagHelper>();
                __tagHelperExecutionContext.Add(__SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper);
#line 9 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("simpl-append-version", __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(278, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(281, 54, true);
            WriteLiteral("\n<div class=\"row\">\n    <div class=\"col-md-3\">\n        ");
            EndContext();
            BeginContext(335, 31, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("partial", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "91eb9e3c9dad9dcbfcdc24cd0c9dcac78ea14f3911863", async() => {
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Name = (string)__tagHelperAttribute_2.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(366, 60, true);
            WriteLiteral("\n    </div>\n    <div class=\"wishlist col-md-9\">\n        <h2>");
            EndContext();
            BeginContext(427, 22, false);
#line 17 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
            Write(Localizer["Wish List"]);

#line default
#line hidden
            EndContext();
            BeginContext(449, 21, true);
            WriteLiteral("</h2>\n        <hr />\n");
            EndContext();
#line 19 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
            if (Model.Items.TotalItems > 0)
            {
                foreach (var item in Model.Items.Data)
                {
#line default
#line hidden
                    BeginContext(586, 110, true);
                    WriteLiteral("                <div class=\"row item\">\n                    <div class=\"col-md-3\">\n                        <img");
                    EndContext();
                    BeginWriteAttribute("alt", " alt=\"", 696, "\"", 719, 1);
#line 25 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                    WriteAttributeValue("", 702, item.ProductName, 702, 17, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(720, 18, true);
                    WriteLiteral(" class=\"img-fluid\"");
                    EndContext();
                    BeginWriteAttribute("src", " src=\"", 738, "\"", 762, 1);
#line 25 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                    WriteAttributeValue("", 744, item.ProductImage, 744, 18, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(763, 100, true);
                    WriteLiteral(">\n                    </div>\n                    <div class=\"col-md-9\">\n                        <h4>");
                    EndContext();
                    BeginContext(864, 16, false);
#line 28 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                    Write(item.ProductName);

#line default
#line hidden
                    EndContext();
                    BeginContext(880, 30, true);
                    WriteLiteral("</h4>\n                        ");
                    EndContext();
                    BeginContext(910, 1438, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "91eb9e3c9dad9dcbfcdc24cd0c9dcac78ea14f3915528", async() => {
                        BeginContext(916, 63, true);
                        WriteLiteral("\n                            <input type=\"hidden\" name=\"itemId\"");
                        EndContext();
                        BeginWriteAttribute("value", " value=\"", 979, "\"", 995, 1);
#line 30 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                        WriteAttributeValue("", 987, item.Id, 987, 8, false);

#line default
#line hidden
                        EndWriteAttribute();
                        BeginContext(996, 69, true);
                        WriteLiteral(" />\n                            <input type=\"hidden\" name=\"productId\"");
                        EndContext();
                        BeginWriteAttribute("value", " value=\"", 1065, "\"", 1088, 1);
#line 31 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                        WriteAttributeValue("", 1073, item.ProductId, 1073, 15, false);

#line default
#line hidden
                        EndWriteAttribute();
                        BeginContext(1089, 132, true);
                        WriteLiteral(" />\n                            <div class=\"form-group row\">\n                                <label class=\"col-sm-4 col-form-label\">");
                        EndContext();
                        BeginContext(1222, 21, false);
#line 33 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                        Write(Localizer["Quantity"]);

#line default
#line hidden
                        EndContext();
                        BeginContext(1243, 117, true);
                        WriteLiteral("</label>\n                                <div class=\"col-md-8\"><input type=\"number\" name=\"qty\" class=\"quantity-field\"");
                        EndContext();
                        BeginWriteAttribute("value", " value=\"", 1360, "\"", 1382, 1);
#line 34 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                        WriteAttributeValue("", 1368, item.Quantity, 1368, 14, false);

#line default
#line hidden
                        EndWriteAttribute();
                        BeginContext(1383, 173, true);
                        WriteLiteral(" /></div>\n                            </div>\n                            <div class=\"form-group row\">\n                                <label class=\"col-sm-4 col-form-label\">");
                        EndContext();
                        BeginContext(1557, 24, false);
#line 37 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                        Write(Localizer["Description"]);

#line default
#line hidden
                        EndContext();
                        BeginContext(1581, 92, true);
                        WriteLiteral("</label>\n                                <div class=\"col-sm-8\"><textarea name=\"description\">");
                        EndContext();
                        BeginContext(1674, 16, false);
#line 38 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                        Write(item.Description);

#line default
#line hidden
                        EndContext();
                        BeginContext(1690, 267, true);
                        WriteLiteral(@"</textarea></div>
                            </div>
                            <div class=""form-group row"">
                                <div class=""offset-md-4 col-md-8"">
                                    <button type=""button"" class=""btn btn-sm btn-add-cart"">");
                        EndContext();
                        BeginContext(1958, 24, false);
#line 42 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                        Write(Localizer["Add to cart"]);

#line default
#line hidden
                        EndContext();
                        BeginContext(1982, 108, true);
                        WriteLiteral("</button>\n                                    <button type=\"button\" class=\"btn btn-sm remove-from-wishlist\">");
                        EndContext();
                        BeginContext(2091, 19, false);
#line 43 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                        Write(Localizer["Remove"]);

#line default
#line hidden
                        EndContext();
                        BeginContext(2110, 103, true);
                        WriteLiteral("</button>\n                                    <button type=\"button\" class=\"btn btn-sm update-wishlist\">");
                        EndContext();
                        BeginContext(2214, 19, false);
#line 44 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                        Write(Localizer["Update"]);

#line default
#line hidden
                        EndContext();
                        BeginContext(2233, 108, true);
                        WriteLiteral("</button>\n                                </div>\n                            </div>\n                        ");
                        EndContext();
                    }
                                                                                );
                    __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper>();
                    __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper);
                    __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper>();
                    __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(2348, 51, true);
                    WriteLiteral("\n                    </div>\n                </div>\n");
                    EndContext();
#line 50 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                }

#line default
#line hidden
                BeginContext(2413, 53, true);
                WriteLiteral("            <div class=\"text-right\">\n                ");
                EndContext();
                BeginContext(2466, 125, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "91eb9e3c9dad9dcbfcdc24cd0c9dcac78ea14f3922923", async() => {
                    BeginContext(2559, 28, false);
#line 52 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                    Write(Localizer["Share Wish List"]);

#line default
#line hidden
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Area = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Controller = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Action = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2591, 54, true);
                WriteLiteral("\n            </div>\n            <div>\n                ");
                EndContext();
                BeginContext(2645, 831, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("cs-pager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "91eb9e3c9dad9dcbfcdc24cd0c9dcac78ea14f3925097", async() => {
                }
                                                                            );
                __cloudscribe_Web_Pagination_PagerTagHelper = CreateTagHelper <global::cloudscribe.Web.Pagination.PagerTagHelper>();
                __tagHelperExecutionContext.Add(__cloudscribe_Web_Pagination_PagerTagHelper);
#line 55 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.PageSize = Model.Items.PageSize;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagesize", __cloudscribe_Web_Pagination_PagerTagHelper.PageSize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 56 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber = Model.Items.PageNumber;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagenumber", __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 57 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems = Model.Items.TotalItems;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-totalitems", __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __cloudscribe_Web_Pagination_PagerTagHelper.PageNumberParam = (string)__tagHelperAttribute_7.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                __cloudscribe_Web_Pagination_PagerTagHelper.Controller = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __cloudscribe_Web_Pagination_PagerTagHelper.Action = (string)__tagHelperAttribute_8.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                if (__cloudscribe_Web_Pagination_PagerTagHelper.RouteValues == null)
                {
                    throw new InvalidOperationException(InvalidTagHelperIndexerAssignment("asp-route-id", "cloudscribe.Web.Pagination.PagerTagHelper", "RouteValues"));
                }
                BeginWriteTagHelperAttribute();
#line 61 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                WriteLiteral(Model.Id);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["id"] = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-route-id", __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["id"], global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                BeginWriteTagHelperAttribute();
#line 62 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                WriteLiteral(Model.Items.PageSize);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["pageSize"] = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-route-pageSize", __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["pageSize"], global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __cloudscribe_Web_Pagination_PagerTagHelper.LiCurrentCssClass = (string)__tagHelperAttribute_9.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
                __cloudscribe_Web_Pagination_PagerTagHelper.LiOtherCssClass = (string)__tagHelperAttribute_10.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
                __cloudscribe_Web_Pagination_PagerTagHelper.LiNonActiveCssClass = (string)__tagHelperAttribute_11.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
                __cloudscribe_Web_Pagination_PagerTagHelper.LinkCurrentCssClass = (string)__tagHelperAttribute_12.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12);
                __cloudscribe_Web_Pagination_PagerTagHelper.LinkOtherCssClass = (string)__tagHelperAttribute_13.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_13);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(3476, 20, true);
                WriteLiteral("\n            </div>\n");
                EndContext();
#line 69 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
            }
            else
            {
#line default
#line hidden
                BeginContext(3529, 15, true);
                WriteLiteral("            <p>");
                EndContext();
                BeginContext(3545, 60, false);
#line 72 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
                Write(Localizer["There are currently no items in your wish list."]);

#line default
#line hidden
                EndContext();
                BeginContext(3605, 5, true);
                WriteLiteral("</p>\n");
                EndContext();
#line 73 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PrivateList.cshtml"
            }

#line default
#line hidden
            BeginContext(3620, 18, true);
            WriteLiteral("    </div>\n</div>\n");
            EndContext();
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(97, 1, true);
            WriteLiteral("\n");
            EndContext();
            BeginContext(171, 1, true);
            WriteLiteral("\n");
            EndContext();
#line 6 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"

            ViewBag.Title = Localizer["Comments for {0}", Model.EntityName];

#line default
#line hidden
            BeginContext(246, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("additionalMeta", async() => {
                BeginContext(272, 23, true);
                WriteLiteral("\n    <meta name=\"title\"");
                EndContext();
                BeginWriteAttribute("content", " content=\"", 295, "\"", 319, 1);
#line 11 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                WriteAttributeValue("", 305, ViewBag.Title, 305, 14, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(320, 4, true);
                WriteLiteral(" />\n");
                EndContext();
            }
                          );
            BeginContext(326, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("head", async() => {
                BeginContext(341, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(346, 88, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "e2ad9bb9ebb17a46f7d5da78ef46611c6a753ee610358", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper = CreateTagHelper <global::SimplCommerce.Module.Core.Extensions.TagHelpers.AppendVersionTagHelper>();
                __tagHelperExecutionContext.Add(__SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper);
#line 15 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("simpl-append-version", __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(434, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(437, 107, true);
            WriteLiteral("\n<nav aria-label=\"breadcrumb\">\n    <ol class=\"breadcrumb\">\n        <li class=\"breadcrumb-item\"><a href=\"/\">");
            EndContext();
            BeginContext(545, 17, false);
#line 20 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            Write(Localizer["Home"]);

#line default
#line hidden
            EndContext();
            BeginContext(562, 48, true);
            WriteLiteral("</a></li>\n        <li class=\"breadcrumb-item\"><a");
            EndContext();
            BeginWriteAttribute("href", " href=\"", 610, "\"", 635, 2);
            WriteAttributeValue("", 617, "/", 617, 1, true);
#line 21 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            WriteAttributeValue("", 618, Model.EntitySlug, 618, 17, false);

#line default
#line hidden
            EndWriteAttribute();
            BeginContext(636, 1, true);
            WriteLiteral(">");
            EndContext();
            BeginContext(638, 16, false);
#line 21 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            Write(Model.EntityName);

#line default
#line hidden
            EndContext();
            BeginContext(654, 73, true);
            WriteLiteral("</a></li>\n        <li class=\"breadcrumb-item active\" aria-current=\"page\">");
            EndContext();
            BeginContext(728, 30, false);
#line 22 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            Write(Localizer["Customer Comments"]);

#line default
#line hidden
            EndContext();
            BeginContext(758, 49, true);
            WriteLiteral("</li>\n    </ol>\n</nav>\n\n<div>\n    <h1 class=\"\"><a");
            EndContext();
            BeginWriteAttribute("href", " href=\"", 807, "\"", 832, 2);
            WriteAttributeValue("", 814, "/", 814, 1, true);
#line 27 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            WriteAttributeValue("", 815, Model.EntitySlug, 815, 17, false);

#line default
#line hidden
            EndWriteAttribute();
            BeginContext(833, 1, true);
            WriteLiteral(">");
            EndContext();
            BeginContext(835, 16, false);
#line 27 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            Write(Model.EntityName);

#line default
#line hidden
            EndContext();
            BeginContext(851, 18, true);
            WriteLiteral("</a></h1>\n    <h3>");
            EndContext();
            BeginContext(870, 30, false);
#line 28 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            Write(Localizer["Customer comments"]);

#line default
#line hidden
            EndContext();
            BeginContext(900, 61, true);
            WriteLiteral("</h3>\n\n    <div class=\"container\">\n        <div class=\"row\">\n");
            EndContext();
#line 32 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            if (Model.CommentsCount > 0)
            {
#line default
#line hidden
                BeginContext(1017, 156, true);
                WriteLiteral("                <div class=\"col-md-5\">\n                    <div class=\"row\">\n                        <div class=\"col-md-5\">\n                            <p>(");
                EndContext();
                BeginContext(1174, 19, false);
#line 37 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                Write(Model.CommentsCount);

#line default
#line hidden
                EndContext();
                BeginContext(1193, 1, true);
                WriteLiteral(" ");
                EndContext();
                BeginContext(1195, 21, false);
#line 37 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                Write(Localizer["comments"]);

#line default
#line hidden
                EndContext();
                BeginContext(1216, 165, true);
                WriteLiteral(")</p>\n                        </div>\n                        <div class=\"col-md-7\">\n                        </div>\n                    </div>\n                </div>\n");
                EndContext();
#line 43 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            }

#line default
#line hidden
            BeginContext(1395, 93, true);
            WriteLiteral("            <div class=\"col-md-7\">\n                <div id=\"addcomment\">\n                    ");
            EndContext();
            BeginContext(1488, 155, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("partial", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "e2ad9bb9ebb17a46f7d5da78ef46611c6a753ee617947", async() => {
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Name = (string)__tagHelperAttribute_2.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
#line 46 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model = new CommentForm {
                EntityTypeId = Model.EntityTypeId, EntityId = Model.EntityId
            };

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("model", __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(1643, 112, true);
            WriteLiteral("\n                </div>\n            </div>\n        </div>\n        <div id=\"comments\" class=\"comment-item-list\">\n");
            EndContext();
#line 51 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            if (Model.CommentsCount > 0)
            {
                foreach (var comment in Model.Items.Data)
                {
#line default
#line hidden
                    BeginContext(1887, 87, true);
                    WriteLiteral("                    <div>\n                        <div>\n                            <p>");
                    EndContext();
                    BeginContext(1975, 19, false);
#line 57 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                    Write(comment.CommentText);

#line default
#line hidden
                    EndContext();
                    BeginContext(1994, 48, true);
                    WriteLiteral("</p>\n                            <p>By: <strong>");
                    EndContext();
                    BeginContext(2043, 21, false);
#line 58 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                    Write(comment.CommenterName);

#line default
#line hidden
                    EndContext();
                    BeginContext(2064, 19, true);
                    WriteLiteral("</strong> on <span>");
                    EndContext();
                    BeginContext(2084, 17, false);
#line 58 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                    Write(comment.CreatedOn);

#line default
#line hidden
                    EndContext();
                    BeginContext(2101, 43, true);
                    WriteLiteral("</span></p>\n                        </div>\n");
                    EndContext();
#line 60 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                    if (comment.Replies.Count > 0)
                    {
#line default
#line hidden
                        BeginContext(2227, 101, true);
                        WriteLiteral("                             <button class=\"btn-review-replies btn-view-review-replies btn btn-link\">");
                        EndContext();
                        BeginContext(2329, 25, false);
#line 62 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                        Write(Localizer["View Replies"]);

#line default
#line hidden
                        EndContext();
                        BeginContext(2354, 144, true);
                        WriteLiteral("<i class=\"arrow-down\"></i></button>\n                             <button class=\"btn-review-replies btn-hide-review-replies btn btn-link d-none\">");
                        EndContext();
                        BeginContext(2499, 25, false);
#line 63 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                        Write(Localizer["Hide Replies"]);

#line default
#line hidden
                        EndContext();
                        BeginContext(2524, 98, true);
                        WriteLiteral("<i class=\"arrow-up\"></i></button>\n                             <ul class=\"review-replies d-none\">\n");
                        EndContext();
#line 65 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                        foreach (var reply in comment.Replies)
                        {
#line default
#line hidden
                            BeginContext(2730, 107, true);
                            WriteLiteral("                                     <li class=\"review-reply\">\n                                         <p>");
                            EndContext();
                            BeginContext(2838, 17, false);
#line 68 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                            Write(reply.CommentText);

#line default
#line hidden
                            EndContext();
                            BeginContext(2855, 61, true);
                            WriteLiteral("</p>\n                                         <p>By: <strong>");
                            EndContext();
                            BeginContext(2917, 19, false);
#line 69 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                            Write(reply.CommenterName);

#line default
#line hidden
                            EndContext();
                            BeginContext(2936, 19, true);
                            WriteLiteral("</strong> on <span>");
                            EndContext();
                            BeginContext(2956, 15, false);
#line 69 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                            Write(reply.CreatedOn);

#line default
#line hidden
                            EndContext();
                            BeginContext(2971, 55, true);
                            WriteLiteral("</span></p>\n                                     </li>\n");
                            EndContext();
#line 71 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                        }

#line default
#line hidden
                        BeginContext(3061, 35, true);
                        WriteLiteral("                             </ul>\n");
                        EndContext();
#line 73 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                    }

#line default
#line hidden
                    BeginContext(3123, 108, true);
                    WriteLiteral("                        <div>\n                            <button class=\"btn-add-review-reply btn btn-link\">");
                    EndContext();
                    BeginContext(3232, 22, false);
#line 75 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                    Write(Localizer["Add Reply"]);

#line default
#line hidden
                    EndContext();
                    BeginContext(3254, 108, true);
                    WriteLiteral("</button>\n                            <div class=\"add-review-reply d-none\">\n                                ");
                    EndContext();
                    BeginContext(3362, 178, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("partial", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "e2ad9bb9ebb17a46f7d5da78ef46611c6a753ee626580", async() => {
                    }
                                                                                );
                    __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper>();
                    __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper);
                    __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Name = (string)__tagHelperAttribute_3.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
#line 77 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                    __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model = new CommentForm {
                        ParentId = comment.Id, EntityTypeId = Model.EntityTypeId, EntityId = Model.EntityId
                    };

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("model", __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(3540, 94, true);
                    WriteLiteral("\n                            </div>\n                        </div>\n                    </div>\n");
                    EndContext();
#line 81 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                }
            }

#line default
#line hidden
            BeginContext(3666, 41, true);
            WriteLiteral("        </div>\n        <div>\n            ");
            EndContext();
            BeginContext(3707, 854, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("cs-pager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e2ad9bb9ebb17a46f7d5da78ef46611c6a753ee628821", async() => {
            }
                                                                        );
            __cloudscribe_Web_Pagination_PagerTagHelper = CreateTagHelper <global::cloudscribe.Web.Pagination.PagerTagHelper>();
            __tagHelperExecutionContext.Add(__cloudscribe_Web_Pagination_PagerTagHelper);
#line 85 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.PageSize = Model.Items.PageSize;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagesize", __cloudscribe_Web_Pagination_PagerTagHelper.PageSize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 86 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber = Model.Items.PageNumber;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagenumber", __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 87 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems = Model.Items.TotalItems;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-totalitems", __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __cloudscribe_Web_Pagination_PagerTagHelper.PageNumberParam = (string)__tagHelperAttribute_4.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
            __cloudscribe_Web_Pagination_PagerTagHelper.Controller = (string)__tagHelperAttribute_5.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
            __cloudscribe_Web_Pagination_PagerTagHelper.Action = (string)__tagHelperAttribute_6.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
            if (__cloudscribe_Web_Pagination_PagerTagHelper.RouteValues == null)
            {
                throw new InvalidOperationException(InvalidTagHelperIndexerAssignment("asp-route-entityId", "cloudscribe.Web.Pagination.PagerTagHelper", "RouteValues"));
            }
            BeginWriteTagHelperAttribute();
#line 91 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            WriteLiteral(Model.EntityId);

#line default
#line hidden
            __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
            __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["entityId"] = __tagHelperStringValueBuffer;
            __tagHelperExecutionContext.AddTagHelperAttribute("asp-route-entityId", __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["entityId"], global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            BeginWriteTagHelperAttribute();
#line 92 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            WriteLiteral(Model.EntityTypeId);

#line default
#line hidden
            __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
            __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["entityTypeId"] = __tagHelperStringValueBuffer;
            __tagHelperExecutionContext.AddTagHelperAttribute("asp-route-entityTypeId", __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["entityTypeId"], global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            BeginWriteTagHelperAttribute();
#line 93 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
            WriteLiteral(Model.Items.PageSize);

#line default
#line hidden
            __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
            __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["pageSize"] = __tagHelperStringValueBuffer;
            __tagHelperExecutionContext.AddTagHelperAttribute("asp-route-pageSize", __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["pageSize"], global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __cloudscribe_Web_Pagination_PagerTagHelper.LiCurrentCssClass = (string)__tagHelperAttribute_7.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
            __cloudscribe_Web_Pagination_PagerTagHelper.LiOtherCssClass = (string)__tagHelperAttribute_8.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
            __cloudscribe_Web_Pagination_PagerTagHelper.LiNonActiveCssClass = (string)__tagHelperAttribute_9.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
            __cloudscribe_Web_Pagination_PagerTagHelper.LinkCurrentCssClass = (string)__tagHelperAttribute_10.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
            __cloudscribe_Web_Pagination_PagerTagHelper.LinkOtherCssClass = (string)__tagHelperAttribute_11.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(4561, 35, true);
            WriteLiteral("\n        </div>\n    </div>\n</div>\n\n");
            EndContext();
            DefineSection("scripts", async() => {
                BeginContext(4614, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(4619, 44, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("partial", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "e2ad9bb9ebb17a46f7d5da78ef46611c6a753ee635484", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Name = (string)__tagHelperAttribute_12.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(4663, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(4668, 78, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e2ad9bb9ebb17a46f7d5da78ef46611c6a753ee636802", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper = CreateTagHelper <global::SimplCommerce.Module.Core.Extensions.TagHelpers.AppendVersionTagHelper>();
                __tagHelperExecutionContext.Add(__SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper);
#line 105 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Comments/Areas/Comments/Views/Comment/List.cshtml"
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("simpl-append-version", __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_13);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(4746, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
        }
Exemplo n.º 3
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(103, 1, true);
            WriteLiteral("\n");
            EndContext();
#line 4 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Contacts/Areas/Contacts/Views/Contact/Index.cshtml"

            ViewData["Title"] = "Contact Us";

#line default
#line hidden
            BeginContext(147, 113, true);
            WriteLiteral("<div class=\"row\">\n    <div class=\"col-md-6\">\n        <div class=\"col-md-12\">\n            <h3 class=\"page-header\">");
            EndContext();
            BeginContext(261, 23, false);
#line 10 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Contacts/Areas/Contacts/Views/Contact/Index.cshtml"
            Write(Localizer["Contact Us"]);

#line default
#line hidden
            EndContext();
            BeginContext(284, 65, true);
            WriteLiteral("</h3>\n        </div>\n        <div class=\"col-md-12\">\n            ");
            EndContext();
            BeginContext(349, 2415, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "8455deaf4604b9a69e84895d4dd4c6a35c4d3bec9235", async() => {
                BeginContext(411, 109, true);
                WriteLiteral("\n                <div class=\"form-group\">\n                    <div class=\"col-sm-6\">\n                        ");
                EndContext();
                BeginContext(520, 113, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("input", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "8455deaf4604b9a69e84895d4dd4c6a35c4d3bec9726", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.InputTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper);
#line 16 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Contacts/Areas/Contacts/Views/Contact/Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.For = ModelExpressionProvider.CreateModelExpression(ViewData, __model => __model.FullName);

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-for", __Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.For, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.InputTypeName = (string)__tagHelperAttribute_1.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "placeholder", 1, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 16 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Contacts/Areas/Contacts/Views/Contact/Index.cshtml"
                AddHtmlAttributeValue("", 606, Localizer["Full name"], 606, 23, false);

#line default
#line hidden
                EndAddHtmlAttributeValues(__tagHelperExecutionContext);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(633, 25, true);
                WriteLiteral("\n                        ");
                EndContext();
                BeginContext(658, 63, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("span", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "8455deaf4604b9a69e84895d4dd4c6a35c4d3bec12180", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_ValidationMessageTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ValidationMessageTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ValidationMessageTagHelper);
#line 17 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Contacts/Areas/Contacts/Views/Contact/Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ValidationMessageTagHelper.For = ModelExpressionProvider.CreateModelExpression(ViewData, __model => __model.FullName);

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-validation-for", __Microsoft_AspNetCore_Mvc_TagHelpers_ValidationMessageTagHelper.For, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(721, 95, true);
                WriteLiteral("\n                    </div>\n                    <div class=\"col-sm-6\">\n                        ");
                EndContext();
                BeginContext(816, 119, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("input", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "8455deaf4604b9a69e84895d4dd4c6a35c4d3bec14077", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.InputTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper);
#line 20 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Contacts/Areas/Contacts/Views/Contact/Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.For = ModelExpressionProvider.CreateModelExpression(ViewData, __model => __model.PhoneNumber);

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-for", __Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.For, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.InputTypeName = (string)__tagHelperAttribute_1.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "placeholder", 1, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 20 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Contacts/Areas/Contacts/Views/Contact/Index.cshtml"
                AddHtmlAttributeValue("", 905, Localizer["Phone number"], 905, 26, false);

#line default
#line hidden
                EndAddHtmlAttributeValues(__tagHelperExecutionContext);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(935, 25, true);
                WriteLiteral("\n                        ");
                EndContext();
                BeginContext(960, 66, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("span", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "8455deaf4604b9a69e84895d4dd4c6a35c4d3bec16538", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_ValidationMessageTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ValidationMessageTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ValidationMessageTagHelper);
#line 21 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Contacts/Areas/Contacts/Views/Contact/Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ValidationMessageTagHelper.For = ModelExpressionProvider.CreateModelExpression(ViewData, __model => __model.PhoneNumber);

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-validation-for", __Microsoft_AspNetCore_Mvc_TagHelpers_ValidationMessageTagHelper.For, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1026, 160, true);
                WriteLiteral("\n                    </div>\n                </div>\n                <div class=\"form-group\">\n                    <div class=\"col-sm-12\">\n                        ");
                EndContext();
                BeginContext(1186, 114, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("input", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "8455deaf4604b9a69e84895d4dd4c6a35c4d3bec18510", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.InputTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper);
#line 26 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Contacts/Areas/Contacts/Views/Contact/Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.For = ModelExpressionProvider.CreateModelExpression(ViewData, __model => __model.EmailAddress);

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-for", __Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.For, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.InputTypeName = (string)__tagHelperAttribute_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "placeholder", 1, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 26 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Contacts/Areas/Contacts/Views/Contact/Index.cshtml"
                AddHtmlAttributeValue("", 1277, Localizer["Email"], 1277, 19, false);

#line default
#line hidden
                EndAddHtmlAttributeValues(__tagHelperExecutionContext);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1300, 25, true);
                WriteLiteral("\n                        ");
                EndContext();
                BeginContext(1325, 67, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("span", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "8455deaf4604b9a69e84895d4dd4c6a35c4d3bec20969", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_ValidationMessageTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ValidationMessageTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ValidationMessageTagHelper);
#line 27 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Contacts/Areas/Contacts/Views/Contact/Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ValidationMessageTagHelper.For = ModelExpressionProvider.CreateModelExpression(ViewData, __model => __model.EmailAddress);

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-validation-for", __Microsoft_AspNetCore_Mvc_TagHelpers_ValidationMessageTagHelper.For, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1392, 160, true);
                WriteLiteral("\n                    </div>\n                </div>\n                <div class=\"form-group\">\n                    <div class=\"col-sm-12\">\n                        ");
                EndContext();
                BeginContext(1552, 108, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("input", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagOnly, "8455deaf4604b9a69e84895d4dd4c6a35c4d3bec22942", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.InputTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper);
#line 32 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Contacts/Areas/Contacts/Views/Contact/Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.For = ModelExpressionProvider.CreateModelExpression(ViewData, __model => __model.Address);

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-for", __Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.For, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.InputTypeName = (string)__tagHelperAttribute_1.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "placeholder", 1, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 32 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Contacts/Areas/Contacts/Views/Contact/Index.cshtml"
                AddHtmlAttributeValue("", 1637, Localizer["Address"], 1637, 21, false);

#line default
#line hidden
                EndAddHtmlAttributeValues(__tagHelperExecutionContext);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1660, 25, true);
                WriteLiteral("\n                        ");
                EndContext();
                BeginContext(1685, 62, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("span", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "8455deaf4604b9a69e84895d4dd4c6a35c4d3bec25399", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_ValidationMessageTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.ValidationMessageTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_ValidationMessageTagHelper);
#line 33 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Contacts/Areas/Contacts/Views/Contact/Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_ValidationMessageTagHelper.For = ModelExpressionProvider.CreateModelExpression(ViewData, __model => __model.Address);

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-validation-for", __Microsoft_AspNetCore_Mvc_TagHelpers_ValidationMessageTagHelper.For, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1747, 160, true);
                WriteLiteral("\n                    </div>\n                </div>\n                <div class=\"form-group\">\n                    <div class=\"col-sm-12\">\n                        ");
                EndContext();
                BeginContext(1907, 310, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("select", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "8455deaf4604b9a69e84895d4dd4c6a35c4d3bec27367", async() => {
                    BeginContext(1974, 1, true);
                    WriteLiteral("\n");
                    EndContext();
#line 39 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Contacts/Areas/Contacts/Views/Contact/Index.cshtml"
                    foreach (var item in Model.ContactAreas)
                    {
#line default
#line hidden
                        BeginContext(2075, 32, true);
                        WriteLiteral("                                ");
                        EndContext();
                        BeginContext(2107, 46, false);
                        __tagHelperExecutionContext = __tagHelperScopeManager.Begin("option", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "8455deaf4604b9a69e84895d4dd4c6a35c4d3bec28195", async() => {
                            BeginContext(2132, 1, true);
                            WriteLiteral(" ");
                            EndContext();
                            BeginContext(2134, 9, false);
#line 41 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Contacts/Areas/Contacts/Views/Contact/Index.cshtml"
                            Write(item.Name);

#line default
#line hidden
                            EndContext();
                            BeginContext(2143, 1, true);
                            WriteLiteral(" ");
                            EndContext();
                        }
                                                                                    );
                        __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.OptionTagHelper>();
                        __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper);
                        BeginWriteTagHelperAttribute();
#line 41 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Contacts/Areas/Contacts/Views/Contact/Index.cshtml"
                        WriteLiteral(item.Id);

#line default
#line hidden
                        __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                        __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper.Value = __tagHelperStringValueBuffer;
                        __tagHelperExecutionContext.AddTagHelperAttribute("value", __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper.Value, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                        await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                        if (!__tagHelperExecutionContext.Output.IsContentModified)
                        {
                            await __tagHelperExecutionContext.SetOutputContentAsync();
                        }
                        Write(__tagHelperExecutionContext.Output);
                        __tagHelperExecutionContext = __tagHelperScopeManager.End();
                        EndContext();
                        BeginContext(2153, 1, true);
                        WriteLiteral("\n");
                        EndContext();
#line 42 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Contacts/Areas/Contacts/Views/Contact/Index.cshtml"
                    }

#line default
#line hidden
                    BeginContext(2184, 24, true);
                    WriteLiteral("                        ");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.SelectTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
#line 38 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Contacts/Areas/Contacts/Views/Contact/Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper.For = ModelExpressionProvider.CreateModelExpression(ViewData, __model => __model.ContactAreaId);

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-for", __Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper.For, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2217, 160, true);
                WriteLiteral("\n                    </div>\n                </div>\n                <div class=\"form-group\">\n                    <div class=\"col-sm-12\">\n                        ");
                EndContext();
                BeginContext(2377, 83, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("textarea", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "8455deaf4604b9a69e84895d4dd4c6a35c4d3bec32663", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_TextAreaTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.TextAreaTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_TextAreaTagHelper);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4);
#line 48 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Contacts/Areas/Contacts/Views/Contact/Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_TextAreaTagHelper.For = ModelExpressionProvider.CreateModelExpression(ViewData, __model => __model.Content);

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-for", __Microsoft_AspNetCore_Mvc_TagHelpers_TextAreaTagHelper.For, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2460, 205, true);
                WriteLiteral("\n                    </div>\n                </div>\n                <div class=\"form-group\">\n                    <div class=\"col-sm-4\">\n                        <button type=\"submit\" class=\"btn btn-success\">");
                EndContext();
                BeginContext(2666, 19, false);
#line 53 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Contacts/Areas/Contacts/Views/Contact/Index.cshtml"
                Write(Localizer["Submit"]);

#line default
#line hidden
                EndContext();
                BeginContext(2685, 72, true);
                WriteLiteral("</button>\n                    </div>\n                </div>\n            ");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_5);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_6);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_7.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(2764, 90, true);
            WriteLiteral("\n\n        </div>\n    </div>\n    <div class=\"col-md-6\" id=\"googleMap\">\n\n    </div>\n\n</div>\n");
            EndContext();
            DefineSection("scripts", async() => {
                BeginContext(2872, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(2877, 44, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("partial", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "8455deaf4604b9a69e84895d4dd4c6a35c4d3bec36926", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Name = (string)__tagHelperAttribute_8.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2921, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(2926, 89, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "8455deaf4604b9a69e84895d4dd4c6a35c4d3bec38242", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper = CreateTagHelper <global::SimplCommerce.Module.Core.Extensions.TagHelpers.AppendVersionTagHelper>();
                __tagHelperExecutionContext.Add(__SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper);
#line 67 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Contacts/Areas/Contacts/Views/Contact/Index.cshtml"
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("simpl-append-version", __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_9);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(3015, 24, true);
                WriteLiteral("\n    <script async defer");
                EndContext();
                BeginWriteAttribute("src", " src=\"", 3039, "\"", 3129, 3);
                WriteAttributeValue("", 3045, "https://maps.googleapis.com/maps/api/js?key=", 3045, 44, true);
#line 68 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Contacts/Areas/Contacts/Views/Contact/Index.cshtml"
                WriteAttributeValue("", 3089, Config["GoogleAppKey"], 3089, 23, false);

#line default
#line hidden
                WriteAttributeValue("", 3112, "&callback=initMap", 3112, 17, true);
                EndWriteAttribute();
                BeginContext(3130, 12, true);
                WriteLiteral("> </script>\n");
                EndContext();
            }
                          );
        }
Exemplo n.º 4
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 3 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"

            ViewData["Title"] = Localizer["Wish List"];

#line default
#line hidden
            BeginContext(161, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("head", async() => {
                BeginContext(177, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(182, 95, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "1602bd57c98f83bcb3c68c6c739331197f6247347993", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper = CreateTagHelper <global::SimplCommerce.Module.Core.Extensions.TagHelpers.AppendVersionTagHelper>();
                __tagHelperExecutionContext.Add(__SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper);
#line 9 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("simpl-append-version", __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(277, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(280, 68, true);
            WriteLiteral("\n<div class=\"row\">\n    <div class=\"wishlist col-md-12\">\n        <h2>");
            EndContext();
            BeginContext(349, 22, false);
#line 14 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
            Write(Localizer["Wish List"]);

#line default
#line hidden
            EndContext();
            BeginContext(371, 21, true);
            WriteLiteral("</h2>\n        <hr />\n");
            EndContext();
#line 16 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
            if (Model.Items.TotalItems > 0)
            {
                foreach (var item in Model.Items.Data)
                {
#line default
#line hidden
                    BeginContext(508, 110, true);
                    WriteLiteral("                <div class=\"row item\">\n                    <div class=\"col-md-4\">\n                        <img");
                    EndContext();
                    BeginWriteAttribute("alt", " alt=\"", 618, "\"", 641, 1);
#line 22 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                    WriteAttributeValue("", 624, item.ProductName, 624, 17, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(642, 18, true);
                    WriteLiteral(" class=\"img-fluid\"");
                    EndContext();
                    BeginWriteAttribute("src", " src=\"", 660, "\"", 684, 1);
#line 22 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                    WriteAttributeValue("", 666, item.ProductImage, 666, 18, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(685, 100, true);
                    WriteLiteral(">\n                    </div>\n                    <div class=\"col-md-8\">\n                        <h4>");
                    EndContext();
                    BeginContext(786, 16, false);
#line 25 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                    Write(item.ProductName);

#line default
#line hidden
                    EndContext();
                    BeginContext(802, 33, true);
                    WriteLiteral("</h4>\n                        <p>");
                    EndContext();
                    BeginContext(836, 16, false);
#line 26 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                    Write(item.Description);

#line default
#line hidden
                    EndContext();
                    BeginContext(852, 29, true);
                    WriteLiteral("</p>\n                        ");
                    EndContext();
                    BeginContext(881, 519, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "1602bd57c98f83bcb3c68c6c739331197f62473413131", async() => {
                        BeginContext(887, 32, true);
                        WriteLiteral("\n                            <p>");
                        EndContext();
                        BeginContext(920, 21, false);
#line 28 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                        Write(Localizer["Quantity"]);

#line default
#line hidden
                        EndContext();
                        BeginContext(941, 2, true);
                        WriteLiteral(": ");
                        EndContext();
                        BeginContext(944, 13, false);
#line 28 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                        Write(item.Quantity);

#line default
#line hidden
                        EndContext();
                        BeginContext(957, 67, true);
                        WriteLiteral("</p>\n                            <input type=\"hidden\" name=\"itemId\"");
                        EndContext();
                        BeginWriteAttribute("value", " value=\"", 1024, "\"", 1040, 1);
#line 29 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                        WriteAttributeValue("", 1032, item.Id, 1032, 8, false);

#line default
#line hidden
                        EndWriteAttribute();
                        BeginContext(1041, 69, true);
                        WriteLiteral(" />\n                            <input type=\"hidden\" name=\"productId\"");
                        EndContext();
                        BeginWriteAttribute("value", " value=\"", 1110, "\"", 1133, 1);
#line 30 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                        WriteAttributeValue("", 1118, item.ProductId, 1118, 15, false);

#line default
#line hidden
                        EndWriteAttribute();
                        BeginContext(1134, 91, true);
                        WriteLiteral(" />\n                            <input type=\"hidden\" name=\"quantity\" class=\"quantity-field\"");
                        EndContext();
                        BeginWriteAttribute("value", " value=\"", 1225, "\"", 1247, 1);
#line 31 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                        WriteAttributeValue("", 1233, item.Quantity, 1233, 14, false);

#line default
#line hidden
                        EndWriteAttribute();
                        BeginContext(1248, 86, true);
                        WriteLiteral(" />\n                            <button type=\"button\" class=\"btn btn-lg btn-add-cart\">");
                        EndContext();
                        BeginContext(1335, 24, false);
#line 32 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                        Write(Localizer["Add to cart"]);

#line default
#line hidden
                        EndContext();
                        BeginContext(1359, 34, true);
                        WriteLiteral("</button>\n                        ");
                        EndContext();
                    }
                                                                                );
                    __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper>();
                    __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper);
                    __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper>();
                    __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(1400, 51, true);
                    WriteLiteral("\n                    </div>\n                </div>\n");
                    EndContext();
#line 36 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                }

#line default
#line hidden
                BeginContext(1465, 34, true);
                WriteLiteral("            <div>\n                ");
                EndContext();
                BeginContext(1499, 839, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("cs-pager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "1602bd57c98f83bcb3c68c6c739331197f62473418083", async() => {
                }
                                                                            );
                __cloudscribe_Web_Pagination_PagerTagHelper = CreateTagHelper <global::cloudscribe.Web.Pagination.PagerTagHelper>();
                __tagHelperExecutionContext.Add(__cloudscribe_Web_Pagination_PagerTagHelper);
#line 38 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.PageSize = Model.Items.PageSize;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagesize", __cloudscribe_Web_Pagination_PagerTagHelper.PageSize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 39 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber = Model.Items.PageNumber;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagenumber", __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 40 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems = Model.Items.TotalItems;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-totalitems", __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __cloudscribe_Web_Pagination_PagerTagHelper.PageNumberParam = (string)__tagHelperAttribute_2.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                __cloudscribe_Web_Pagination_PagerTagHelper.Controller = (string)__tagHelperAttribute_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                __cloudscribe_Web_Pagination_PagerTagHelper.Action = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                if (__cloudscribe_Web_Pagination_PagerTagHelper.RouteValues == null)
                {
                    throw new InvalidOperationException(InvalidTagHelperIndexerAssignment("asp-route-id", "cloudscribe.Web.Pagination.PagerTagHelper", "RouteValues"));
                }
                BeginWriteTagHelperAttribute();
#line 44 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                WriteLiteral(Model.SharingCode);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["id"] = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-route-id", __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["id"], global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                BeginWriteTagHelperAttribute();
#line 45 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                WriteLiteral(Model.Items.PageSize);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["pageSize"] = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-route-pageSize", __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues["pageSize"], global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __cloudscribe_Web_Pagination_PagerTagHelper.LiCurrentCssClass = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                __cloudscribe_Web_Pagination_PagerTagHelper.LiOtherCssClass = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
                __cloudscribe_Web_Pagination_PagerTagHelper.LiNonActiveCssClass = (string)__tagHelperAttribute_7.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
                __cloudscribe_Web_Pagination_PagerTagHelper.LinkCurrentCssClass = (string)__tagHelperAttribute_8.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
                __cloudscribe_Web_Pagination_PagerTagHelper.LinkOtherCssClass = (string)__tagHelperAttribute_9.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2338, 20, true);
                WriteLiteral("\n            </div>\n");
                EndContext();
#line 52 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
            }
            else
            {
#line default
#line hidden
                BeginContext(2391, 15, true);
                WriteLiteral("            <p>");
                EndContext();
                BeginContext(2407, 59, false);
#line 55 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
                Write(Localizer["There are currently no items in the wish list."]);

#line default
#line hidden
                EndContext();
                BeginContext(2466, 5, true);
                WriteLiteral("</p>\n");
                EndContext();
#line 56 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.WishList/Areas/WishList/Views/WishList/PublicList.cshtml"
            }

#line default
#line hidden
            BeginContext(2481, 17, true);
            WriteLiteral("    </div>\n</div>");
            EndContext();
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 2 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"

            ViewBag.Title = Model.BrandName;

#line default
#line hidden
            BeginContext(119, 1, true);
            WriteLiteral("\n");
            EndContext();
            DefineSection("head", async() => {
                BeginContext(135, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(140, 107, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "5bbad11e42d4fc833e40b6e8c38aa374d88e22ed8766", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper = CreateTagHelper <global::SimplCommerce.Module.Core.Extensions.TagHelpers.AppendVersionTagHelper>();
                __tagHelperExecutionContext.Add(__SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper);
#line 7 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("simpl-append-version", __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(247, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
            BeginContext(250, 79, true);
            WriteLiteral("\n<div class=\"row\">\n    <div class=\"col-md-3 product-list-filters\">\n        <h3>");
            EndContext();
            BeginContext(330, 22, false);
#line 12 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            Write(Localizer["Filter by"]);

#line default
#line hidden
            EndContext();
            BeginContext(352, 14, true);
            WriteLiteral("</h3>\n        ");
            EndContext();
            BeginContext(366, 3137, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5bbad11e42d4fc833e40b6e8c38aa374d88e22ed11521", async() => {
                BeginContext(453, 358, true);
                WriteLiteral(@"
            <div id=""accordion-category"">
                <div class=""card"">
                    <div class=""card-header"" id=""cardHeaderCategory"">
                        <h5 class=""mb-0"">
                            <a data-toggle=""collapse"" href=""#collapse-category"" aria-expanded=""true"" aria-controls=""collapse-category"">
                                ");
                EndContext();
                BeginContext(812, 21, false);
#line 19 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                Write(Localizer["Category"]);

#line default
#line hidden
                EndContext();
                BeginContext(833, 415, true);
                WriteLiteral(@"
                                <i class=""fa fa-angle-down""></i>
                            </a>
                        </h5>
                    </div>
                    <div id=""collapse-category"" class=""collapse show"" aria-labelledby=""cardHeaderCategory"" data-parent=""#accordion-category"">
                        <div class=""card-body"">
                            <ul class=""list-unstyled checkbox-list"">
");
                EndContext();
#line 27 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                foreach (var category in Model.FilterOption.Categories)
                {
#line default
#line hidden
                    BeginContext(1371, 172, true);
                    WriteLiteral("                                    <li>\n                                        <label class=\"checkbox\">\n                                            <input type=\"checkbox\"");
                    EndContext();
                    BeginWriteAttribute("value", " value=\"", 1543, "\"", 1565, 1);
#line 31 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                    WriteAttributeValue("", 1551, category.Slug, 1551, 14, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(1566, 16, true);
                    WriteLiteral(" name=\"category\"");
                    EndContext();
                    BeginWriteAttribute("checked", " checked=\"", 1582, "\"", 1658, 1);
#line 31 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                    WriteAttributeValue("", 1592, Model.CurrentSearchOption.GetCategories().Contains(category.Slug), 1592, 66, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(1659, 46, true);
                    WriteLiteral(">\n                                            ");
                    EndContext();
                    BeginContext(1706, 13, false);
#line 32 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                    Write(category.Name);

#line default
#line hidden
                    EndContext();
                    BeginContext(1719, 53, true);
                    WriteLiteral("\n                                            <small>(");
                    EndContext();
                    BeginContext(1773, 14, false);
#line 33 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                    Write(category.Count);

#line default
#line hidden
                    EndContext();
                    BeginContext(1787, 101, true);
                    WriteLiteral(")</small>\n                                        </label>\n                                    </li>\n");
                    EndContext();
#line 36 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                }

#line default
#line hidden
                BeginContext(1922, 134, true);
                WriteLiteral("                            </ul>\n                        </div>\n                    </div>\n                </div>\n            </div>\n");
                EndContext();
#line 42 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                if (Model.FilterOption.Price.MaxPrice != Model.FilterOption.Price.MinPrice)
                {
#line default
#line hidden
                    BeginContext(2147, 358, true);
                    WriteLiteral(@"            <div id=""accordion-price"" class=""mt-4"">
                <div class=""card"">
                    <div class=""card-header"" id=""cardHeaderPrice"">
                        <h5 class=""mb-0"">
                            <a data-toggle=""collapse"" href=""#collapse-price"" aria-expanded=""true"" aria-controls=""collapse-price"">
                                ");
                    EndContext();
                    BeginContext(2506, 18, false);
#line 48 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                    Write(Localizer["Price"]);

#line default
#line hidden
                    EndContext();
                    BeginContext(2524, 500, true);
                    WriteLiteral(@"
                                <i class=""fa fa-angle-down""></i>
                            </a>
                        </h5>
                    </div>
                    <div id=""collapse-price"" class=""collapse show"" aria-labelledby=""cardHeaderPrice"" data-parent=""#accordion-price"">
                        <div class=""card-body"">
                            <div id=""priceSlider""></div>
                            <div>
                                <input type=""hidden"" id=""originMinPrice""");
                    EndContext();
                    BeginWriteAttribute("value", " value=\"", 3024, "\"", 3081, 1);
#line 57 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                    WriteAttributeValue("", 3032, Model.FilterOption.Price.MinPrice.ToString("F0"), 3032, 49, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(3082, 75, true);
                    WriteLiteral("/>\n                                <input type=\"hidden\" id=\"originMaxPrice\"");
                    EndContext();
                    BeginWriteAttribute("value", " value=\"", 3157, "\"", 3214, 1);
#line 58 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                    WriteAttributeValue("", 3165, Model.FilterOption.Price.MaxPrice.ToString("F0"), 3165, 49, false);

#line default
#line hidden
                    EndWriteAttribute();
                    BeginContext(3215, 259, true);
                    WriteLiteral(@" />
                                <span id=""minPrice""></span>
                                <span id=""maxPrice""></span>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
");
                    EndContext();
#line 66 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                }

#line default
#line hidden
                BeginContext(3488, 8, true);
                WriteLiteral("        ");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_4.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
            BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "action", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            AddHtmlAttributeValue("", 433, "~/", 433, 2, true);
#line 13 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            AddHtmlAttributeValue("", 435, Model.BrandSlug, 435, 16, false);

#line default
#line hidden
            EndAddHtmlAttributeValues(__tagHelperExecutionContext);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(3503, 141, true);
            WriteLiteral("\n    </div>\n    <div class=\"col-md-9\">\n        <div class=\"row mb-3\">\n            <div class=\"col-sm-6 category-result\">\n                <h2>");
            EndContext();
            BeginContext(3645, 15, false);
#line 72 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            Write(Model.BrandName);

#line default
#line hidden
            EndContext();
            BeginContext(3660, 51, true);
            WriteLiteral("</h2>\n                <small class=\"badge-results\">");
            EndContext();
            BeginContext(3712, 18, false);
#line 73 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            Write(Model.TotalProduct);

#line default
#line hidden
            EndContext();
            BeginContext(3730, 1, true);
            WriteLiteral(" ");
            EndContext();
            BeginContext(3732, 20, false);
#line 73 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            Write(Localizer["results"]);

#line default
#line hidden
            EndContext();
            BeginContext(3752, 216, true);
            WriteLiteral("</small>\n            </div>\n            <div class=\"col-sm-6\">\n                <ul class=\"list-inline clear-both product-list-display-options\">\n                    <li class=\"sort-by\">\n                        <label>");
            EndContext();
            BeginContext(3969, 21, false);
#line 78 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            Write(Localizer["Sort by:"]);

#line default
#line hidden
            EndContext();
            BeginContext(3990, 85, true);
            WriteLiteral("</label>\n                        <div class=\"btn-group\">\n                            ");
            EndContext();
            BeginContext(4075, 112, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("select", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5bbad11e42d4fc833e40b6e8c38aa374d88e22ed23987", async() => {
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.SelectTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper);
#line 80 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            __Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper.For = ModelExpressionProvider.CreateModelExpression(ViewData, __model => __model.CurrentSearchOption.Sort);

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("asp-for", __Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper.For, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 80 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            __Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper.Items = Model.AvailableSortOptions;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("asp-items", __Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper.Items, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_5);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(4187, 58, true);
            WriteLiteral("\n                        </div>\n                    </li>\n");
            EndContext();
            BeginContext(4948, 95, true);
            WriteLiteral("                </ul>\n            </div>\n        </div>\n        <div class=\"row product-list\">\n");
            EndContext();
#line 100 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            foreach (var product in Model.Products)
            {
#line default
#line hidden
                BeginContext(5110, 68, true);
                WriteLiteral("                <div class=\"col-xs-6 col-md-4\">\n                    ");
                EndContext();
                BeginContext(5178, 52, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("partial", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "5bbad11e42d4fc833e40b6e8c38aa374d88e22ed26825", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Name = (string)__tagHelperAttribute_6.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
#line 103 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model = product;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("model", __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(5230, 24, true);
                WriteLiteral("\n                </div>\n");
                EndContext();
#line 105 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            }

#line default
#line hidden
            BeginContext(5268, 104, true);
            WriteLiteral("        </div>\n        <div class=\"row\">\n            <div class=\"col-md-12 text-right\">\n                ");
            EndContext();
            BeginContext(5372, 430, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("cs-pager", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5bbad11e42d4fc833e40b6e8c38aa374d88e22ed28957", async() => {
            }
                                                                        );
            __cloudscribe_Web_Pagination_PagerTagHelper = CreateTagHelper <global::cloudscribe.Web.Pagination.PagerTagHelper>();
            __tagHelperExecutionContext.Add(__cloudscribe_Web_Pagination_PagerTagHelper);
#line 109 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.PageSize = Model.CurrentSearchOption.PageSize;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagesize", __cloudscribe_Web_Pagination_PagerTagHelper.PageSize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 110 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber = Model.CurrentSearchOption.Page;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-pagenumber", __cloudscribe_Web_Pagination_PagerTagHelper.PageNumber, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 111 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems = Model.TotalProduct;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("cs-paging-totalitems", __cloudscribe_Web_Pagination_PagerTagHelper.TotalItems, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __cloudscribe_Web_Pagination_PagerTagHelper.PageNumberParam = (string)__tagHelperAttribute_7.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
            BeginWriteTagHelperAttribute();
            WriteLiteral("~/");
#line 113 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            WriteLiteral(Model.BrandSlug);

#line default
#line hidden
            __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
            __cloudscribe_Web_Pagination_PagerTagHelper.BaseHref = __tagHelperStringValueBuffer;
            __tagHelperExecutionContext.AddTagHelperAttribute("asp-basehref", __cloudscribe_Web_Pagination_PagerTagHelper.BaseHref, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 114 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
            __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues = Model.CurrentSearchOption.ToDictionary();

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("asp-all-route-data", __cloudscribe_Web_Pagination_PagerTagHelper.RouteValues, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(5802, 54, true);
            WriteLiteral("\n            </div>\n        </div>\n    </div>\n</div>\n\n");
            EndContext();
            DefineSection("scripts", async() => {
                BeginContext(5874, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(5879, 72, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5bbad11e42d4fc833e40b6e8c38aa374d88e22ed33073", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper = CreateTagHelper <global::SimplCommerce.Module.Core.Extensions.TagHelpers.AppendVersionTagHelper>();
                __tagHelperExecutionContext.Add(__SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper);
#line 121 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("simpl-append-version", __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_8);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(5951, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(5956, 97, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5bbad11e42d4fc833e40b6e8c38aa374d88e22ed35158", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper = CreateTagHelper <global::SimplCommerce.Module.Core.Extensions.TagHelpers.AppendVersionTagHelper>();
                __tagHelperExecutionContext.Add(__SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper);
#line 122 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("simpl-append-version", __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_9);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(6053, 91, true);
                WriteLiteral("\n\n    <script>\n        var productFilter = {};\n        productFilter.currentSearchOption = ");
                EndContext();
                BeginContext(6145, 44, false);
#line 126 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                Write(Html.Raw(Model.CurrentSearchOption.ToJson()));

#line default
#line hidden
                EndContext();
                BeginContext(6189, 58, true);
                WriteLiteral(";\n        productFilter.priceSetting = {\n            min: ");
                EndContext();
                BeginContext(6248, 48, false);
#line 128 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                Write(Model.FilterOption.Price.MinPrice.ToString("F0"));

#line default
#line hidden
                EndContext();
                BeginContext(6296, 19, true);
                WriteLiteral(",\n            max: ");
                EndContext();
                BeginContext(6316, 48, false);
#line 129 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                Write(Model.FilterOption.Price.MaxPrice.ToString("F0"));

#line default
#line hidden
                EndContext();
                BeginContext(6364, 26, true);
                WriteLiteral(",\n            currentMin: ");
                EndContext();
                BeginContext(6392, 88, false);
#line 130 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                Write((Model.CurrentSearchOption.MinPrice ?? Model.FilterOption.Price.MinPrice).ToString("F0"));

#line default
#line hidden
                EndContext();
                BeginContext(6481, 26, true);
                WriteLiteral(",\n            currentMax: ");
                EndContext();
                BeginContext(6509, 88, false);
#line 131 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                Write((Model.CurrentSearchOption.MaxPrice ?? Model.FilterOption.Price.MaxPrice).ToString("F0"));

#line default
#line hidden
                EndContext();
                BeginContext(6598, 30, true);
                WriteLiteral("\n        };\n    </script>\n    ");
                EndContext();
                BeginContext(6628, 87, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5bbad11e42d4fc833e40b6e8c38aa374d88e22ed39789", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper = CreateTagHelper <global::SimplCommerce.Module.Core.Extensions.TagHelpers.AppendVersionTagHelper>();
                __tagHelperExecutionContext.Add(__SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper);
#line 134 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.Catalog/Areas/Catalog/Views/Brand/BrandDetail.cshtml"
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("simpl-append-version", __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_10);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(6715, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
        }
Exemplo n.º 6
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 1 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.ShoppingCart/Areas/ShoppingCart/Views/Cart/Index.cshtml"

            ViewData["Title"] = "Shopping Cart";

#line default
#line hidden
            BeginContext(46, 268, true);
            WriteLiteral(@"
<div class=""row cart-list"" ng-app=""simpl.shoppingCart"" ng-controller=""shoppingCartListCtrl as vm"" ng-cloak>
    <div class=""col-md-8"">
        <table class=""table table-striped cart-items"">
            <thead>
                <tr>
                    <th colspan=""2"">");
            EndContext();
            BeginContext(315, 20, false);
#line 10 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.ShoppingCart/Areas/ShoppingCart/Views/Cart/Index.cshtml"
            Write(Localizer["Product"]);

#line default
#line hidden
            EndContext();
            BeginContext(335, 49, true);
            WriteLiteral("</th>\n                    <th class=\"text-right\">");
            EndContext();
            BeginContext(385, 18, false);
#line 11 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.ShoppingCart/Areas/ShoppingCart/Views/Cart/Index.cshtml"
            Write(Localizer["Price"]);

#line default
#line hidden
            EndContext();
            BeginContext(403, 50, true);
            WriteLiteral("</th>\n                    <th class=\"text-center\">");
            EndContext();
            BeginContext(454, 21, false);
#line 12 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.ShoppingCart/Areas/ShoppingCart/Views/Cart/Index.cshtml"
            Write(Localizer["Quantity"]);

#line default
#line hidden
            EndContext();
            BeginContext(475, 1568, true);
            WriteLiteral(@"</th>
                    <th></th>
                </tr>
            </thead>
            <tbody>
                <tr ng-if=""vm.cart.items.length"" ng-repeat=""cartItem in vm.cart.items"">
                    <td class=""product-image""><img ng-src=""{{cartItem.productImage}}"" /></td>
                    <td>
                        <h4>{{cartItem.productName}}</h4>
                        <ul class=""list-unstyled"">
                            <li ng-repeat=""opt in cartItem.variationOptions"">
                                <span>{{opt.optionName}}:</span> {{opt.value}}
                            </li>
                        </ul>
                    </td>
                    <td class=""text-right"">{{cartItem.productPriceString}}</td>
                    <td class=""text-center"">
                        <button type=""button"" class=""quantity-button"" ng-click=""vm.decreaseQuantity(cartItem)"" name=""subtract"" value=""-"">-</button>
                        <input type=""text"" class=""quantity-field"" ng-model=""cartItem.quan");
            WriteLiteral(@"tity"" readonly=""readonly"" />
                        <button type=""button"" class=""quantity-button"" ng-click=""vm.increaseQuantity(cartItem)"" name=""subtract"" value=""+"">+</button>
                    </td>
                    <td class=""text-right""><button class=""btn btn-link"" ng-click=""vm.removeShoppingCartItem(cartItem)""><span class=""fa fa-remove"" aria-hidden=""true""></span></button></td>
                </tr>
                <tr ng-if=""!vm.cart.items.length"">
                    <td colspan=""5"" class=""text-center"">
                        ");
            EndContext();
            BeginContext(2044, 45, false);
#line 37 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.ShoppingCart/Areas/ShoppingCart/Views/Cart/Index.cshtml"
            Write(Localizer["There are no items in this cart."]);

#line default
#line hidden
            EndContext();
            BeginContext(2089, 1, true);
            WriteLiteral(" ");
            EndContext();
            BeginContext(2090, 45, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5b04bb6af2d8988d21ad6e0a86c6ce3d0662cfe410392", async() => {
                BeginContext(2104, 27, false);
#line 37 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.ShoppingCart/Areas/ShoppingCart/Views/Cart/Index.cshtml"
                Write(Localizer["Go to shopping"]);

#line default
#line hidden
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(2135, 141, true);
            WriteLiteral("\n                    </td>\n                </tr>\n            </tbody>\n        </table>\n        <div class=\"order-note-form\">\n            <h4>");
            EndContext();
            BeginContext(2277, 23, false);
#line 43 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.ShoppingCart/Areas/ShoppingCart/Views/Cart/Index.cshtml"
            Write(Localizer["Order note"]);

#line default
#line hidden
            EndContext();
            BeginContext(2300, 18, true);
            WriteLiteral("</h4>\n            ");
            EndContext();
            BeginContext(2318, 435, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5b04bb6af2d8988d21ad6e0a86c6ce3d0662cfe412478", async() => {
                BeginContext(2324, 422, true);
                WriteLiteral(@"
                <div class=""form-group"">
                    <textarea rows=""3"" class=""form-control"" name=""orderNote"" ng-model=""vm.cart.orderNote"" placeholder=""Enter order note""></textarea>
                </div>
                <div class=""form-group"">
                    <button type=""submit"" class=""btn btn-default pull-right"" ng-click=""vm.saveOrderNote()"">Save order note</button>
                </div>
            ");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(2753, 135, true);
            WriteLiteral("\n        </div>\n    </div>\n    <div class=\"col-md-4\">\n        <div class=\"order-summary\" ng-if=\"vm.cart.items.length\">\n            <h4>");
            EndContext();
            BeginContext(2889, 26, false);
#line 56 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.ShoppingCart/Areas/ShoppingCart/Views/Cart/Index.cshtml"
            Write(Localizer["Order summary"]);

#line default
#line hidden
            EndContext();
            BeginContext(2915, 85, true);
            WriteLiteral("</h4>\n            <table class=\"table\">\n                <tr>\n                    <td>");
            EndContext();
            BeginContext(3001, 21, false);
#line 59 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.ShoppingCart/Areas/ShoppingCart/Views/Cart/Index.cshtml"
            Write(Localizer["Subtotal"]);

#line default
#line hidden
            EndContext();
            BeginContext(3022, 129, true);
            WriteLiteral("</td>\n                    <td>{{vm.cart.subTotalString}}</td>\n                </tr>\n                <tr>\n                    <td>");
            EndContext();
            BeginContext(3152, 21, false);
#line 63 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.ShoppingCart/Areas/ShoppingCart/Views/Cart/Index.cshtml"
            Write(Localizer["Discount"]);

#line default
#line hidden
            EndContext();
            BeginContext(3173, 152, true);
            WriteLiteral(" {{vm.cart.couponCode}}</td>\n                    <td>{{vm.cart.discountString}}</td>\n                </tr>\n                <tr>\n                    <td>");
            EndContext();
            BeginContext(3326, 24, false);
#line 67 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.ShoppingCart/Areas/ShoppingCart/Views/Cart/Index.cshtml"
            Write(Localizer["Order Total"]);

#line default
#line hidden
            EndContext();
            BeginContext(3350, 158, true);
            WriteLiteral("</td>\n                    <td><strong>{{vm.cart.orderTotalString}}</strong></td>\n                </tr>\n            </table>\n            <p class=\"text-right\">");
            EndContext();
            BeginContext(3508, 91, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5b04bb6af2d8988d21ad6e0a86c6ce3d0662cfe416620", async() => {
                BeginContext(3563, 32, false);
#line 71 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.ShoppingCart/Areas/ShoppingCart/Views/Cart/Index.cshtml"
                Write(Localizer["Process to Checkout"]);

#line default
#line hidden
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(3599, 99, true);
            WriteLiteral("</p>\n        </div>\n        <div class=\"coupon-form\" ng-if=\"vm.cart.items.length\">\n            <h4>");
            EndContext();
            BeginContext(3699, 24, false);
#line 74 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.ShoppingCart/Areas/ShoppingCart/Views/Cart/Index.cshtml"
            Write(Localizer["Coupon code"]);

#line default
#line hidden
            EndContext();
            BeginContext(3723, 18, true);
            WriteLiteral("</h4>\n            ");
            EndContext();
            BeginContext(3741, 504, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5b04bb6af2d8988d21ad6e0a86c6ce3d0662cfe418754", async() => {
                BeginContext(3767, 407, true);
                WriteLiteral(@"
                <div class=""form-group"">
                    <label>{{vm.cart.couponValidationErrorMessage}}</label>
                </div>
                <div class=""form-group"">
                    <input type=""text"" class=""form-control"" name=""couponCode"" ng-model=""vm.couponCode"" placeholder=""Enter coupon"">
                    <button type=""submit"" class=""btn btn-default"" ng-click=""vm.applyCoupon()"">");
                EndContext();
                BeginContext(4175, 18, false);
#line 81 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.ShoppingCart/Areas/ShoppingCart/Views/Cart/Index.cshtml"
                Write(Localizer["Apply"]);

#line default
#line hidden
                EndContext();
                BeginContext(4193, 45, true);
                WriteLiteral("</button>\n                </div>\n            ");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(4245, 35, true);
            WriteLiteral("\n        </div>\n    </div>\n</div>\n\n");
            EndContext();
            DefineSection("head", async() => {
                BeginContext(4294, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(4299, 76, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5b04bb6af2d8988d21ad6e0a86c6ce3d0662cfe421426", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper = CreateTagHelper <global::SimplCommerce.Module.Core.Extensions.TagHelpers.AppendVersionTagHelper>();
                __tagHelperExecutionContext.Add(__SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper);
#line 89 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.ShoppingCart/Areas/ShoppingCart/Views/Cart/Index.cshtml"
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("simpl-append-version", __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(4375, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(4380, 95, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5b04bb6af2d8988d21ad6e0a86c6ce3d0662cfe423513", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper = CreateTagHelper <global::SimplCommerce.Module.Core.Extensions.TagHelpers.AppendVersionTagHelper>();
                __tagHelperExecutionContext.Add(__SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper);
#line 90 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.ShoppingCart/Areas/ShoppingCart/Views/Cart/Index.cshtml"
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("simpl-append-version", __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_5);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(4475, 5, true);
                WriteLiteral("\n    ");
                EndContext();
                BeginContext(4480, 98, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("script", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5b04bb6af2d8988d21ad6e0a86c6ce3d0662cfe425600", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper = CreateTagHelper <global::SimplCommerce.Module.Core.Extensions.TagHelpers.AppendVersionTagHelper>();
                __tagHelperExecutionContext.Add(__SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper);
#line 91 "/mnt/3B710B7935906684/Training/SimplCommerce_NewVer/src/Modules/SimplCommerce.Module.ShoppingCart/Areas/ShoppingCart/Views/Cart/Index.cshtml"
                __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("simpl-append-version", __SimplCommerce_Module_Core_Extensions_TagHelpers_AppendVersionTagHelper.AppendVersion, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_6);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(4578, 1, true);
                WriteLiteral("\n");
                EndContext();
            }
                          );
        }