{"id":3115,"date":"2025-05-31T14:23:34","date_gmt":"2025-05-31T14:23:34","guid":{"rendered":"https:\/\/bluepoolslandscape.com\/?page_id=3115"},"modified":"2025-07-04T05:44:21","modified_gmt":"2025-07-04T05:44:21","slug":"%d8%a7%d9%84%d9%85%d9%82%d8%a7%d8%b3%d8%a7%d8%aa","status":"publish","type":"page","link":"https:\/\/bluepoolslandscape.com\/?page_id=3115","title":{"rendered":"\u0627\u0644\u0645\u0642\u0627\u0633\u0627\u062a"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3115\" class=\"elementor elementor-3115\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"wd-negative-gap elementor-element elementor-element-412edea e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"412edea\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ec1f175 elementor-widget elementor-widget-html\" data-id=\"ec1f175\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"ar\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <title>\u0645\u0642\u0627\u064a\u0633\u0629 \u062d\u0645\u0627\u0645 \u0633\u0628\u0627\u062d\u0629 \u0631\u064a\u0641\u0631\u0628\u0648\u0644<\/title>\r\n    <style>\r\n        body {font-family: Arial; direction: rtl; margin: 20px;}\r\n        input, button {margin: 5px; padding: 5px;}\r\n        table {width: 100%; border-collapse: collapse; margin-top: 20px;}\r\n        th, td {border: 1px solid #ccc; padding: 8px; text-align: center;}\r\n        .section-title {background: #f0f0f0; padding: 10px; margin-top: 20px; font-weight: bold;}\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<h2>\u0645\u0642\u0627\u064a\u0633\u0629 \u062d\u0645\u0627\u0645 \u0633\u0628\u0627\u062d\u0629 \u0631\u064a\u0641\u0631\u0628\u0648\u0644<\/h2>\r\n<label>\u0627\u0633\u0645 \u0627\u0644\u0639\u0645\u064a\u0644: <input type=\"text\" id=\"name\"><\/label><br>\r\n<label>\u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641: <input type=\"text\" id=\"phone\"><\/label><br>\r\n<label>\u0627\u0644\u0637\u0648\u0644 (\u0645\u062a\u0631): <input type=\"number\" id=\"length\" step=\"0.01\" value=\"6\"><\/label><br>\r\n<label>\u0627\u0644\u0639\u0631\u0636 (\u0645\u062a\u0631): <input type=\"number\" id=\"width\" step=\"0.01\" value=\"3\"><\/label><br>\r\n<label>\u0627\u0644\u0639\u0645\u0642 (\u0645\u062a\u0631): <input type=\"number\" id=\"depth\" step=\"0.01\" value=\"1.2\"><\/label><br>\r\n<label>\u0627\u0644\u0645\u0648\u0642\u0639 (\u0627\u062e\u062a\u064a\u0627\u0631\u064a): <input type=\"text\" id=\"location\"><\/label><br>\r\n\r\n<button onclick=\"calculate()\">\u0627\u062d\u0633\u0628 \u0627\u0644\u0645\u0642\u0627\u064a\u0633\u0629<\/button>\r\n<button onclick=\"resetForm()\">\u0625\u0639\u0627\u062f\u0629 \u0636\u0628\u0637<\/button>\r\n\r\n<div id=\"result\"><\/div>\r\n\r\n<script>\r\nfunction calculate() {\r\n    const length = parseFloat(document.getElementById('length').value);\r\n    const width = parseFloat(document.getElementById('width').value);\r\n    const depth = parseFloat(document.getElementById('depth').value);\r\n\r\n    if (isNaN(length) || isNaN(width) || isNaN(depth)) {\r\n        alert('\u0645\u0646 \u0641\u0636\u0644\u0643 \u0623\u062f\u062e\u0644 \u0627\u0644\u0637\u0648\u0644 \u0648\u0627\u0644\u0639\u0631\u0636 \u0648\u0627\u0644\u0639\u0645\u0642 \u0628\u0634\u0643\u0644 \u0635\u062d\u064a\u062d.');\r\n        return;\r\n    }\r\n\r\n    const baseLength = 6;\r\n    const baseWidth = 3;\r\n    const baseDepth = 1.2;\r\n    const baseArea = baseLength * baseWidth;\r\n    const basePerimeter = 2 * (baseLength + baseWidth);\r\n    const baseWallArea = basePerimeter * baseDepth;\r\n\r\n    const area = length * width;\r\n    const perimeter = 2 * (length + width);\r\n    const wallArea = perimeter * depth;\r\n\r\n    let totalCivil = 0;\r\n    let totalElectro = 0;\r\n    const civilRows = [];\r\n    const electroRows = [];\r\n\r\n    civilRows.push(`<tr><td>\u0627\u062e\u062a\u0628\u0627\u0631 \u0627\u0644\u062a\u0631\u0628\u0629 \u0648\u0627\u0644\u062a\u0635\u0645\u064a\u0645<\/td><td>1<\/td><td>15000<\/td><td>15000<\/td><\/tr>`);\r\n    totalCivil += 15000;\r\n    civilRows.push(`<tr><td>\u062d\u0641\u0631 \u062d\u0645\u0627\u0645 \u0627\u0644\u0633\u0628\u0627\u062d\u0629 \u0648\u0627\u0644\u0631\u062f\u0645<\/td><td>\u062d\u0633\u0628 \u0627\u0644\u0645\u0648\u0642\u0639<\/td><td>\u064a\u062d\u062f\u062f \u0644\u0627\u062d\u0642\u0627\u064b<\/td><td>0<\/td><\/tr>`);\r\n    civilRows.push(`<tr><td>\u0625\u062d\u0644\u0627\u0644 \u0627\u0644\u062a\u0631\u0628\u0629 \u0648\u0627\u0644\u0645\u0628\u0627\u0646\u064a<\/td><td>\u062d\u0633\u0628 \u0627\u0644\u0645\u0648\u0642\u0639<\/td><td>\u064a\u062d\u062f\u062f \u0644\u0627\u062d\u0642\u0627\u064b<\/td><td>0<\/td><\/tr>`);\r\n\r\n    const plainConcreteQty = (area \/ baseArea) * 7;\r\n    const plainConcretePrice = plainConcreteQty * (59010 \/ 7);\r\n    civilRows.push(`<tr><td>\u0635\u0628 \u0627\u0644\u062e\u0631\u0633\u0627\u0646\u0629 \u0627\u0644\u0639\u0627\u062f\u064a\u0629<\/td><td>${plainConcreteQty.toFixed(2)} \u0645\u00b2<\/td><td>${(59010\/7).toFixed(2)}<\/td><td>${plainConcretePrice.toFixed(2)}<\/td><\/tr>`);\r\n    totalCivil += plainConcretePrice;\r\n\r\n    const reinforcedConcreteQty = ((area + wallArea) \/ (baseArea + baseWallArea)) * 19;\r\n    const reinforcedConcretePrice = reinforcedConcreteQty * (315970 \/ 19);\r\n    civilRows.push(`<tr><td>\u0635\u0628 \u0627\u0644\u062e\u0631\u0633\u0627\u0646\u0629 \u0627\u0644\u0645\u0633\u0644\u062d\u0629<\/td><td>${reinforcedConcreteQty.toFixed(2)} \u0645\u00b2<\/td><td>${(315970\/19).toFixed(2)}<\/td><td>${reinforcedConcretePrice.toFixed(2)}<\/td><\/tr>`);\r\n    totalCivil += reinforcedConcretePrice;\r\n\r\n    const isolationOuterQty = ((area + wallArea) \/ (baseArea + baseWallArea)) * 43;\r\n    const isolationOuterPrice = isolationOuterQty * 680;\r\n    civilRows.push(`<tr><td>\u0639\u0632\u0644 \u062d\u0645\u0627\u0645 \u0627\u0644\u0633\u0628\u0627\u062d\u0629 \u0645\u0646 \u0627\u0644\u062e\u0627\u0631\u062c (\u0644\u0641\u0627\u062a \u0628\u064a\u062a\u0648\u0645\u064a\u0646 \u0645\u0645\u0628\u0631\u064a\u0646 4 \u0645\u0645)<\/td><td>${isolationOuterQty.toFixed(2)} \u0645\u00b2<\/td><td>680<\/td><td>${isolationOuterPrice.toFixed(2)}<\/td><\/tr>`);\r\n    totalCivil += isolationOuterPrice;\r\n\r\n    const isolationInnerPrice = isolationOuterQty * 680;\r\n    civilRows.push(`<tr><td>\u0639\u0632\u0644 \u062d\u0645\u0627\u0645 \u0627\u0644\u0633\u0628\u0627\u062d\u0629 \u0645\u0646 \u0627\u0644\u062f\u0627\u062e\u0644 (\u0623\u0633\u0645\u0646\u062a\u064a\/\u0643\u064a\u0645\u0627\u0648\u064a)<\/td><td>${isolationOuterQty.toFixed(2)} \u0645\u00b2<\/td><td>680<\/td><td>${isolationInnerPrice.toFixed(2)}<\/td><\/tr>`);\r\n    totalCivil += isolationInnerPrice;\r\n\r\n    const plasterPrice = isolationOuterQty * 680;\r\n    civilRows.push(`<tr><td>\u0628\u064a\u0627\u0636 \u0645\u062d\u0627\u0631\u0629 \u062d\u0645\u0627\u0645 \u0627\u0644\u0633\u0628\u0627\u062d\u0629<\/td><td>${isolationOuterQty.toFixed(2)} \u0645\u00b2<\/td><td>680<\/td><td>${plasterPrice.toFixed(2)}<\/td><\/tr>`);\r\n    totalCivil += plasterPrice;\r\n\r\n    const mosaicPrice = isolationOuterQty * 1560;\r\n    civilRows.push(`<tr><td>\u062a\u0648\u0631\u064a\u062f \u0648\u062a\u0631\u0643\u064a\u0628 \u0645\u0648\u0632\u0627\u064a\u064a\u0643 \u062d\u0645\u0627\u0645 \u0627\u0644\u0633\u0628\u0627\u062d\u0629<\/td><td>${isolationOuterQty.toFixed(2)} \u0645\u00b2<\/td><td>1560<\/td><td>${mosaicPrice.toFixed(2)}<\/td><\/tr>`);\r\n    totalCivil += mosaicPrice;\r\n\r\n    const marbleQty = (perimeter \/ basePerimeter) * 21;\r\n    const marblePrice = marbleQty * (30240 \/ 21);\r\n    civilRows.push(`<tr><td>\u062a\u0648\u0631\u064a\u062f \u0648\u062a\u0631\u0643\u064a\u0628 \u0631\u062e\u0627\u0645 \u062d\u0648\u0644 \u062d\u0645\u0627\u0645 \u0627\u0644\u0633\u0628\u0627\u062d\u0629 \u0645\u0646 \u0627\u0644\u062e\u0627\u0631\u062c<\/td><td>${marbleQty.toFixed(2)} \u0645\u062a\u0631 \u0637\u0648\u0644\u064a<\/td><td>${(30240\/21).toFixed(2)}<\/td><td>${marblePrice.toFixed(2)}<\/td><\/tr>`);\r\n    totalCivil += marblePrice;\r\n\r\n    civilRows.push(`<tr><td>\u062a\u0648\u0631\u064a\u062f \u0648\u062a\u0631\u0643\u064a\u0628 \u0633\u064a\u0631\u0627\u0645\u064a\u0643 \u063a\u0631\u0641\u0629 \u0627\u0644\u0645\u0639\u062f\u0627\u062a<\/td><td>\u062b\u0627\u0628\u062a<\/td><td>13260<\/td><td>13260<\/td><\/tr>`);\r\n    totalCivil += 13260;\r\n    civilRows.push(`<tr><td>\u0628\u0627\u0628 \u0641\u064a\u0628\u0631 \u0644\u063a\u0631\u0641\u0629 \u0627\u0644\u0645\u0627\u0643\u064a\u0646\u0627\u062a + \u0633\u0644\u0645 \u0644\u0644\u063a\u0631\u0641\u0629<\/td><td>1<\/td><td>10000<\/td><td>10000<\/td><\/tr>`);\r\n    totalCivil += 10000;\r\n    civilRows.push(`<tr><td>\u0625\u064a\u0631\u062b \u062c\u0633\u0645 \u062d\u0645\u0627\u0645 \u0627\u0644\u0633\u0628\u0627\u062d\u0629 (\u062a\u0623\u0631\u064a\u0636 \u0627\u0644\u062d\u0645\u0627\u064a\u0629 \u0627\u0644\u0643\u0647\u0631\u0628\u0627\u0626\u064a\u0629)<\/td><td>1<\/td><td>35000<\/td><td>35000<\/td><\/tr>`);\r\n    totalCivil += 35000;\r\n\r\n    const inletsQty = Math.ceil(perimeter \/ 3);\r\n    const skimmersQty = Math.ceil(width \/ 1.5);\r\n    const lightsQty = Math.ceil(width \/ 1.5);\r\n\r\n    const electroItems = [\r\n        { name: \"\u0641\u0644\u062a\u0631 \u062d\u0645\u0627\u0645 \u0627\u0644\u0633\u0628\u0627\u062d\u0629 \u0623\u0633\u062a\u0631\u0627\u0644 \u0628\u0648\u0644 30 \u0628\u0648\u0635\u0629\", qty: 1, price: 50630 },\r\n        { name: \"\u0637\u0644\u0645\u0628\u062a\u064a\u0646 \u0641\u0644\u062a\u0631\u0629 \u0642\u062f\u0631\u0629 2 \u062d\u0635\u0627\u0646\", qty: 2, price: 38750 },\r\n        { name: \"\u0645\u062f\u0627\u062e\u0644 \u0645\u064a\u0627\u0647\", qty: inletsQty, price: 750 },\r\n        { name: \"\u0641\u062a\u062d\u0627\u062a \u0635\u0631\u0641\", qty: 1, price: 750 },\r\n        { name: \"\u0641\u062a\u062d\u0629 \u0645\u0643\u0646\u0633\u0629\", qty: 1, price: 750 },\r\n        { name: \"\u0625\u0633\u0643\u064a\u0645\u0631\u0627\u062a\", qty: skimmersQty, price: 3750 },\r\n        { name: \"\u0643\u0634\u0627\u0641\u0627\u062a \u0625\u0636\u0627\u0621\u0629 \u062d\u0645\u0627\u0645 \u0627\u0644\u0633\u0628\u0627\u062d\u0629\", qty: lightsQty, price: 11250 },\r\n        { name: \"\u0623\u062f\u0648\u0627\u062a \u0646\u0638\u0627\u0641\u0629 \u0643\u0627\u0645\u0644\u0629\", qty: 1, price: 7500 },\r\n        { name: \"\u0637\u0644\u0645\u0628\u0629 \u063a\u0627\u0637\u0633\u0629 \u0644\u063a\u0631\u0641\u0629 \u0627\u0644\u0645\u0639\u062f\u0627\u062a\", qty: 1, price: 25000 },\r\n        { name: \"\u062a\u0623\u0633\u064a\u0633 \u0634\u0628\u0643\u0629 \u0627\u0644\u0645\u0648\u0627\u0633\u064a\u0631 \u0628\u062c\u0633\u0645 \u062d\u0645\u0627\u0645 \u0627\u0644\u0633\u0628\u0627\u062d\u0629\", qty: 1, price: 27850 },\r\n        { name: \"\u062a\u0631\u0643\u064a\u0628 \u0648\u062a\u0634\u063a\u064a\u0644 \u063a\u0631\u0641\u0629 \u0627\u0644\u0645\u0639\u062f\u0627\u062a\", qty: 1, price: 48100 },\r\n        { name: \"\u0644\u0648\u062d\u0629 \u0627\u0644\u0643\u0647\u0631\u0628\u0627\u0621 \u0648\u062a\u0648\u0635\u064a\u0644 \u0627\u0644\u0637\u0644\u0645\u0628\u0627\u062a \u0648\u0627\u0644\u0643\u0634\u0627\u0641\u0627\u062a\", qty: 1, price: 55690 },\r\n        { name: \"\u062a\u0647\u0648\u064a\u0629 \u063a\u0631\u0641\u0629 \u0627\u0644\u0645\u0639\u062f\u0627\u062a\", qty: 1, price: 10000 }\r\n    ];\r\n\r\n    electroItems.forEach(item => {\r\n        const itemTotal = item.qty * item.price;\r\n        electroRows.push(`<tr><td>${item.name}<\/td><td>${item.qty}<\/td><td>${item.price}<\/td><td>${itemTotal}<\/td><\/tr>`);\r\n        totalElectro += itemTotal;\r\n    });\r\n\r\n    const total = totalCivil + totalElectro;\r\n    const discount = total * 0.10;\r\n    const finalTotal = total - discount;\r\n\r\n    document.getElementById('result').innerHTML = `\r\n        <div class='section-title'>\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0639\u0645\u064a\u0644<\/div>\r\n        <p>\u0627\u0633\u0645 \u0627\u0644\u0639\u0645\u064a\u0644: ${document.getElementById('name').value}<\/p>\r\n        <p>\u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641: ${document.getElementById('phone').value}<\/p>\r\n        <p>\u0627\u0644\u0645\u0648\u0642\u0639: ${document.getElementById('location').value}<\/p>\r\n\r\n        <div class='section-title'>\u0627\u0644\u0623\u0639\u0645\u0627\u0644 \u0627\u0644\u0645\u062f\u0646\u064a\u0629 (13 \u0628\u0646\u062f)<\/div>\r\n        <table>\r\n            <tr><th>\u0627\u0644\u0628\u0646\u062f<\/th><th>\u0627\u0644\u0643\u0645\u064a\u0629<\/th><th>\u0633\u0639\u0631 \u0627\u0644\u0648\u062d\u062f\u0629<\/th><th>\u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a<\/th><\/tr>\r\n            ${civilRows.join('')}\r\n            <tr><td colspan='3'><b>\u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a \u0644\u0644\u0623\u0639\u0645\u0627\u0644 \u0627\u0644\u0645\u062f\u0646\u064a\u0629<\/b><\/td><td><b>${totalCivil.toFixed(2)}<\/b><\/td><\/tr>\r\n        <\/table>\r\n\r\n        <div class='section-title'>\u0627\u0644\u0623\u0639\u0645\u0627\u0644 \u0627\u0644\u0643\u0647\u0631\u0648\u0645\u064a\u0643\u0627\u0646\u064a\u0643\u064a\u0629<\/div>\r\n        <table>\r\n            <tr><th>\u0627\u0644\u0628\u0646\u062f<\/th><th>\u0627\u0644\u0643\u0645\u064a\u0629<\/th><th>\u0633\u0639\u0631 \u0627\u0644\u0648\u062d\u062f\u0629<\/th><th>\u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a<\/th><\/tr>\r\n            ${electroRows.join('')}\r\n            <tr><td colspan='3'><b>\u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a \u0644\u0644\u0623\u0639\u0645\u0627\u0644 \u0627\u0644\u0643\u0647\u0631\u0648\u0645\u064a\u0643\u0627\u0646\u064a\u0643\u064a\u0629<\/b><\/td><td><b>${totalElectro.toFixed(2)}<\/b><\/td><\/tr>\r\n        <\/table>\r\n\r\n        <h3>\u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u0643\u0644\u064a \u0642\u0628\u0644 \u0627\u0644\u062e\u0635\u0645: ${total.toFixed(2)} \u062c\u0646\u064a\u0647<\/h3>\r\n        <h3>\u0642\u064a\u0645\u0629 \u0627\u0644\u062e\u0635\u0645: ${discount.toFixed(2)} \u062c\u0646\u064a\u0647<\/h3>\r\n        <h2>\u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a \u0628\u0639\u062f \u0627\u0644\u062e\u0635\u0645: ${finalTotal.toFixed(2)} \u062c\u0646\u064a\u0647<\/h2>\r\n        <button onclick=\"window.print()\">\u0637\u0628\u0627\u0639\u0629 \u0627\u0644\u0645\u0642\u0627\u064a\u0633\u0629<\/button>\r\n    `;\r\n}\r\n\r\nfunction resetForm() {\r\n    document.getElementById('name').value = \"\";\r\n    document.getElementById('phone').value = \"\";\r\n    document.getElementById('length').value = \"6\";\r\n    document.getElementById('width').value = \"3\";\r\n    document.getElementById('depth').value = \"1.2\";\r\n    document.getElementById('location').value = \"\";\r\n    document.getElementById('result').innerHTML = \"\";\r\n}\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u0645\u0642\u0627\u064a\u0633\u0629 \u062d\u0645\u0627\u0645 \u0633\u0628\u0627\u062d\u0629 \u0631\u064a\u0641\u0631\u0628\u0648\u0644 \u0645\u0642\u0627\u064a\u0633\u0629 \u062d\u0645\u0627\u0645 \u0633\u0628\u0627\u062d\u0629 \u0631\u064a\u0641\u0631\u0628\u0648\u0644 \u0627\u0633\u0645 \u0627\u0644\u0639\u0645\u064a\u0644: \u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641: \u0627\u0644\u0637\u0648\u0644 (\u0645\u062a\u0631): \u0627\u0644\u0639\u0631\u0636 (\u0645\u062a\u0631): \u0627\u0644\u0639\u0645\u0642 (\u0645\u062a\u0631): \u0627\u0644\u0645\u0648\u0642\u0639 (\u0627\u062e\u062a\u064a\u0627\u0631\u064a):<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-3115","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/bluepoolslandscape.com\/index.php?rest_route=\/wp\/v2\/pages\/3115","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bluepoolslandscape.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bluepoolslandscape.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bluepoolslandscape.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bluepoolslandscape.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3115"}],"version-history":[{"count":421,"href":"https:\/\/bluepoolslandscape.com\/index.php?rest_route=\/wp\/v2\/pages\/3115\/revisions"}],"predecessor-version":[{"id":3696,"href":"https:\/\/bluepoolslandscape.com\/index.php?rest_route=\/wp\/v2\/pages\/3115\/revisions\/3696"}],"wp:attachment":[{"href":"https:\/\/bluepoolslandscape.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3115"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}