From 0b828af3b9da555c477c711846dc176eee2699f7 Mon Sep 17 00:00:00 2001 From: duker33 Date: Sun, 9 Jun 2019 14:11:49 +0300 Subject: [PATCH] #663 Create breadcrumbs for series (#666) * #663 Create breadcrumbs for series * #663 Subtask series crumbs testing * #663 Refresh fixtures --- stroyprombeton/fixtures/dump.json | 2 +- stroyprombeton/management/commands/test_db.py | 12 ++++++++---- templates/catalog/series.html | 2 ++ 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/stroyprombeton/fixtures/dump.json b/stroyprombeton/fixtures/dump.json index ad811b71..98794cdb 100644 --- a/stroyprombeton/fixtures/dump.json +++ b/stroyprombeton/fixtures/dump.json @@ -1 +1 @@ -[{"model": "contenttypes.contenttype", "fields": {"app_label": "contenttypes", "model": "contenttype"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "auth", "model": "permission"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "auth", "model": "group"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "auth", "model": "user"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "redirects", "model": "redirect"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "sessions", "model": "session"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "sites", "model": "site"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "thumbnail", "model": "kvstore"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "admin", "model": "logentry"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "images", "model": "image"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "pages", "model": "pagetemplate"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "pages", "model": "page"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "pages", "model": "custompage"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "pages", "model": "flatpage"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "pages", "model": "modelpage"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "ecommerce", "model": "order"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "ecommerce", "model": "position"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "stroyprombeton", "model": "order"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "stroyprombeton", "model": "category"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "stroyprombeton", "model": "series"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "stroyprombeton", "model": "option"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "stroyprombeton", "model": "product"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "stroyprombeton", "model": "categorypage"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "stroyprombeton", "model": "productpage"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "stroyprombeton", "model": "seriespage"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "stroyprombeton", "model": "newsforadmin"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "stroyprombeton", "model": "regionsforadmin"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "stroyprombeton", "model": "clientfeedbacksforadmin"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "stroyprombeton", "model": "taggroup"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "stroyprombeton", "model": "tag"}}, {"model": "auth.permission", "fields": {"name": "Can add content type", "content_type": ["contenttypes", "contenttype"], "codename": "add_contenttype"}}, {"model": "auth.permission", "fields": {"name": "Can change content type", "content_type": ["contenttypes", "contenttype"], "codename": "change_contenttype"}}, {"model": "auth.permission", "fields": {"name": "Can delete content type", "content_type": ["contenttypes", "contenttype"], "codename": "delete_contenttype"}}, {"model": "auth.permission", "fields": {"name": "Can add permission", "content_type": ["auth", "permission"], "codename": "add_permission"}}, {"model": "auth.permission", "fields": {"name": "Can change permission", "content_type": ["auth", "permission"], "codename": "change_permission"}}, {"model": "auth.permission", "fields": {"name": "Can delete permission", "content_type": ["auth", "permission"], "codename": "delete_permission"}}, {"model": "auth.permission", "fields": {"name": "Can add group", "content_type": ["auth", "group"], "codename": "add_group"}}, {"model": "auth.permission", "fields": {"name": "Can change group", "content_type": ["auth", "group"], "codename": "change_group"}}, {"model": "auth.permission", "fields": {"name": "Can delete group", "content_type": ["auth", "group"], "codename": "delete_group"}}, {"model": "auth.permission", "fields": {"name": "Can add user", "content_type": ["auth", "user"], "codename": "add_user"}}, {"model": "auth.permission", "fields": {"name": "Can change user", "content_type": ["auth", "user"], "codename": "change_user"}}, {"model": "auth.permission", "fields": {"name": "Can delete user", "content_type": ["auth", "user"], "codename": "delete_user"}}, {"model": "auth.permission", "fields": {"name": "Can add redirect", "content_type": ["redirects", "redirect"], "codename": "add_redirect"}}, {"model": "auth.permission", "fields": {"name": "Can change redirect", "content_type": ["redirects", "redirect"], "codename": "change_redirect"}}, {"model": "auth.permission", "fields": {"name": "Can delete redirect", "content_type": ["redirects", "redirect"], "codename": "delete_redirect"}}, {"model": "auth.permission", "fields": {"name": "Can add session", "content_type": ["sessions", "session"], "codename": "add_session"}}, {"model": "auth.permission", "fields": {"name": "Can change session", "content_type": ["sessions", "session"], "codename": "change_session"}}, {"model": "auth.permission", "fields": {"name": "Can delete session", "content_type": ["sessions", "session"], "codename": "delete_session"}}, {"model": "auth.permission", "fields": {"name": "Can add site", "content_type": ["sites", "site"], "codename": "add_site"}}, {"model": "auth.permission", "fields": {"name": "Can change site", "content_type": ["sites", "site"], "codename": "change_site"}}, {"model": "auth.permission", "fields": {"name": "Can delete site", "content_type": ["sites", "site"], "codename": "delete_site"}}, {"model": "auth.permission", "fields": {"name": "Can add kv store", "content_type": ["thumbnail", "kvstore"], "codename": "add_kvstore"}}, {"model": "auth.permission", "fields": {"name": "Can change kv store", "content_type": ["thumbnail", "kvstore"], "codename": "change_kvstore"}}, {"model": "auth.permission", "fields": {"name": "Can delete kv store", "content_type": ["thumbnail", "kvstore"], "codename": "delete_kvstore"}}, {"model": "auth.permission", "fields": {"name": "Can add log entry", "content_type": ["admin", "logentry"], "codename": "add_logentry"}}, {"model": "auth.permission", "fields": {"name": "Can change log entry", "content_type": ["admin", "logentry"], "codename": "change_logentry"}}, {"model": "auth.permission", "fields": {"name": "Can delete log entry", "content_type": ["admin", "logentry"], "codename": "delete_logentry"}}, {"model": "auth.permission", "fields": {"name": "Can add image", "content_type": ["images", "image"], "codename": "add_image"}}, {"model": "auth.permission", "fields": {"name": "Can change image", "content_type": ["images", "image"], "codename": "change_image"}}, {"model": "auth.permission", "fields": {"name": "Can delete image", "content_type": ["images", "image"], "codename": "delete_image"}}, {"model": "auth.permission", "fields": {"name": "Can add Page Template", "content_type": ["pages", "pagetemplate"], "codename": "add_pagetemplate"}}, {"model": "auth.permission", "fields": {"name": "Can change Page Template", "content_type": ["pages", "pagetemplate"], "codename": "change_pagetemplate"}}, {"model": "auth.permission", "fields": {"name": "Can delete Page Template", "content_type": ["pages", "pagetemplate"], "codename": "delete_pagetemplate"}}, {"model": "auth.permission", "fields": {"name": "Can add Page", "content_type": ["pages", "page"], "codename": "add_page"}}, {"model": "auth.permission", "fields": {"name": "Can change Page", "content_type": ["pages", "page"], "codename": "change_page"}}, {"model": "auth.permission", "fields": {"name": "Can delete Page", "content_type": ["pages", "page"], "codename": "delete_page"}}, {"model": "auth.permission", "fields": {"name": "Can add Custom Page", "content_type": ["pages", "page"], "codename": "add_custompage"}}, {"model": "auth.permission", "fields": {"name": "Can change Custom Page", "content_type": ["pages", "page"], "codename": "change_custompage"}}, {"model": "auth.permission", "fields": {"name": "Can delete Custom Page", "content_type": ["pages", "page"], "codename": "delete_custompage"}}, {"model": "auth.permission", "fields": {"name": "Can add Flat Page", "content_type": ["pages", "page"], "codename": "add_flatpage"}}, {"model": "auth.permission", "fields": {"name": "Can change Flat Page", "content_type": ["pages", "page"], "codename": "change_flatpage"}}, {"model": "auth.permission", "fields": {"name": "Can delete Flat Page", "content_type": ["pages", "page"], "codename": "delete_flatpage"}}, {"model": "auth.permission", "fields": {"name": "Can add model page", "content_type": ["pages", "page"], "codename": "add_modelpage"}}, {"model": "auth.permission", "fields": {"name": "Can change model page", "content_type": ["pages", "page"], "codename": "change_modelpage"}}, {"model": "auth.permission", "fields": {"name": "Can delete model page", "content_type": ["pages", "page"], "codename": "delete_modelpage"}}, {"model": "auth.permission", "fields": {"name": "Can add order", "content_type": ["ecommerce", "order"], "codename": "add_order"}}, {"model": "auth.permission", "fields": {"name": "Can change order", "content_type": ["ecommerce", "order"], "codename": "change_order"}}, {"model": "auth.permission", "fields": {"name": "Can delete order", "content_type": ["ecommerce", "order"], "codename": "delete_order"}}, {"model": "auth.permission", "fields": {"name": "Can add position", "content_type": ["ecommerce", "position"], "codename": "add_position"}}, {"model": "auth.permission", "fields": {"name": "Can change position", "content_type": ["ecommerce", "position"], "codename": "change_position"}}, {"model": "auth.permission", "fields": {"name": "Can delete position", "content_type": ["ecommerce", "position"], "codename": "delete_position"}}, {"model": "auth.permission", "fields": {"name": "Can add order", "content_type": ["stroyprombeton", "order"], "codename": "add_order"}}, {"model": "auth.permission", "fields": {"name": "Can change order", "content_type": ["stroyprombeton", "order"], "codename": "change_order"}}, {"model": "auth.permission", "fields": {"name": "Can delete order", "content_type": ["stroyprombeton", "order"], "codename": "delete_order"}}, {"model": "auth.permission", "fields": {"name": "Can add Category", "content_type": ["stroyprombeton", "category"], "codename": "add_category"}}, {"model": "auth.permission", "fields": {"name": "Can change Category", "content_type": ["stroyprombeton", "category"], "codename": "change_category"}}, {"model": "auth.permission", "fields": {"name": "Can delete Category", "content_type": ["stroyprombeton", "category"], "codename": "delete_category"}}, {"model": "auth.permission", "fields": {"name": "Can add Series", "content_type": ["stroyprombeton", "series"], "codename": "add_series"}}, {"model": "auth.permission", "fields": {"name": "Can change Series", "content_type": ["stroyprombeton", "series"], "codename": "change_series"}}, {"model": "auth.permission", "fields": {"name": "Can delete Series", "content_type": ["stroyprombeton", "series"], "codename": "delete_series"}}, {"model": "auth.permission", "fields": {"name": "Can add Product", "content_type": ["stroyprombeton", "option"], "codename": "add_option"}}, {"model": "auth.permission", "fields": {"name": "Can change Product", "content_type": ["stroyprombeton", "option"], "codename": "change_option"}}, {"model": "auth.permission", "fields": {"name": "Can delete Product", "content_type": ["stroyprombeton", "option"], "codename": "delete_option"}}, {"model": "auth.permission", "fields": {"name": "Can add Product", "content_type": ["stroyprombeton", "product"], "codename": "add_product"}}, {"model": "auth.permission", "fields": {"name": "Can change Product", "content_type": ["stroyprombeton", "product"], "codename": "change_product"}}, {"model": "auth.permission", "fields": {"name": "Can delete Product", "content_type": ["stroyprombeton", "product"], "codename": "delete_product"}}, {"model": "auth.permission", "fields": {"name": "Can add category", "content_type": ["pages", "page"], "codename": "add_categorypage"}}, {"model": "auth.permission", "fields": {"name": "Can change category", "content_type": ["pages", "page"], "codename": "change_categorypage"}}, {"model": "auth.permission", "fields": {"name": "Can delete category", "content_type": ["pages", "page"], "codename": "delete_categorypage"}}, {"model": "auth.permission", "fields": {"name": "Can add product", "content_type": ["pages", "page"], "codename": "add_productpage"}}, {"model": "auth.permission", "fields": {"name": "Can change product", "content_type": ["pages", "page"], "codename": "change_productpage"}}, {"model": "auth.permission", "fields": {"name": "Can delete product", "content_type": ["pages", "page"], "codename": "delete_productpage"}}, {"model": "auth.permission", "fields": {"name": "Can add serie", "content_type": ["pages", "page"], "codename": "add_seriespage"}}, {"model": "auth.permission", "fields": {"name": "Can change serie", "content_type": ["pages", "page"], "codename": "change_seriespage"}}, {"model": "auth.permission", "fields": {"name": "Can delete serie", "content_type": ["pages", "page"], "codename": "delete_seriespage"}}, {"model": "auth.permission", "fields": {"name": "Can add News", "content_type": ["pages", "page"], "codename": "add_newsforadmin"}}, {"model": "auth.permission", "fields": {"name": "Can change News", "content_type": ["pages", "page"], "codename": "change_newsforadmin"}}, {"model": "auth.permission", "fields": {"name": "Can delete News", "content_type": ["pages", "page"], "codename": "delete_newsforadmin"}}, {"model": "auth.permission", "fields": {"name": "Can add Regions", "content_type": ["pages", "page"], "codename": "add_regionsforadmin"}}, {"model": "auth.permission", "fields": {"name": "Can change Regions", "content_type": ["pages", "page"], "codename": "change_regionsforadmin"}}, {"model": "auth.permission", "fields": {"name": "Can delete Regions", "content_type": ["pages", "page"], "codename": "delete_regionsforadmin"}}, {"model": "auth.permission", "fields": {"name": "Can add Client feedbacks", "content_type": ["pages", "page"], "codename": "add_clientfeedbacksforadmin"}}, {"model": "auth.permission", "fields": {"name": "Can change Client feedbacks", "content_type": ["pages", "page"], "codename": "change_clientfeedbacksforadmin"}}, {"model": "auth.permission", "fields": {"name": "Can delete Client feedbacks", "content_type": ["pages", "page"], "codename": "delete_clientfeedbacksforadmin"}}, {"model": "auth.permission", "fields": {"name": "Can add tag group", "content_type": ["stroyprombeton", "taggroup"], "codename": "add_taggroup"}}, {"model": "auth.permission", "fields": {"name": "Can change tag group", "content_type": ["stroyprombeton", "taggroup"], "codename": "change_taggroup"}}, {"model": "auth.permission", "fields": {"name": "Can delete tag group", "content_type": ["stroyprombeton", "taggroup"], "codename": "delete_taggroup"}}, {"model": "auth.permission", "fields": {"name": "Can add tag", "content_type": ["stroyprombeton", "tag"], "codename": "add_tag"}}, {"model": "auth.permission", "fields": {"name": "Can change tag", "content_type": ["stroyprombeton", "tag"], "codename": "change_tag"}}, {"model": "auth.permission", "fields": {"name": "Can delete tag", "content_type": ["stroyprombeton", "tag"], "codename": "delete_tag"}}, {"model": "images.image", "pk": 1, "fields": {"content_type": ["pages", "page"], "object_id": 68, "title": "", "slug": "", "description": "", "created": "2019-05-25", "image": "flatpage/68/46dfbd984138b19dce67270575566fe4.jpg", "is_main": true}}, {"model": "images.image", "pk": 2, "fields": {"content_type": ["pages", "page"], "object_id": 69, "title": "", "slug": "", "description": "", "created": "2019-05-25", "image": "flatpage/69/46dfbd984138b19dce67270575566fe4.jpg", "is_main": true}}, {"model": "images.image", "pk": 3, "fields": {"content_type": ["pages", "page"], "object_id": 70, "title": "", "slug": "", "description": "", "created": "2019-05-25", "image": "flatpage/70/46dfbd984138b19dce67270575566fe4.jpg", "is_main": true}}, {"model": "images.image", "pk": 4, "fields": {"content_type": ["pages", "page"], "object_id": 71, "title": "", "slug": "", "description": "", "created": "2019-05-25", "image": "flatpage/71/46dfbd984138b19dce67270575566fe4.jpg", "is_main": true}}, {"model": "images.image", "pk": 5, "fields": {"content_type": ["pages", "page"], "object_id": 72, "title": "", "slug": "", "description": "", "created": "2019-05-25", "image": "flatpage/72/46dfbd984138b19dce67270575566fe4.jpg", "is_main": true}}, {"model": "images.image", "pk": 6, "fields": {"content_type": ["pages", "page"], "object_id": 73, "title": "", "slug": "", "description": "", "created": "2019-05-25", "image": "flatpage/73/46dfbd984138b19dce67270575566fe4.jpg", "is_main": true}}, {"model": "images.image", "pk": 7, "fields": {"content_type": ["pages", "page"], "object_id": 74, "title": "", "slug": "", "description": "", "created": "2019-05-25", "image": "flatpage/74/46dfbd984138b19dce67270575566fe4.jpg", "is_main": true}}, {"model": "images.image", "pk": 8, "fields": {"content_type": ["pages", "page"], "object_id": 75, "title": "", "slug": "", "description": "", "created": "2019-05-25", "image": "flatpage/75/46dfbd984138b19dce67270575566fe4.jpg", "is_main": true}}, {"model": "images.image", "pk": 9, "fields": {"content_type": ["pages", "page"], "object_id": 76, "title": "", "slug": "", "description": "", "created": "2019-05-25", "image": "flatpage/76/46dfbd984138b19dce67270575566fe4.jpg", "is_main": true}}, {"model": "images.image", "pk": 10, "fields": {"content_type": ["pages", "page"], "object_id": 168, "title": "deer", "slug": "deer", "description": "", "created": "2019-05-25", "image": "modelpage/168/dfc16426783064ca4ef3fd7bdeecff54.jpg", "is_main": true}}, {"model": "images.image", "pk": 11, "fields": {"content_type": ["pages", "page"], "object_id": 168, "title": "gold", "slug": "gold", "description": "", "created": "2019-05-25", "image": "modelpage/168/2973a4166eddbf6c07498817c53b1090.jpg", "is_main": false}}, {"model": "images.image", "pk": 12, "fields": {"content_type": ["pages", "page"], "object_id": 186, "title": "deer", "slug": "deer", "description": "", "created": "2019-05-25", "image": "modelpage/186/dfc16426783064ca4ef3fd7bdeecff54.jpg", "is_main": true}}, {"model": "images.image", "pk": 13, "fields": {"content_type": ["pages", "page"], "object_id": 186, "title": "gold", "slug": "gold", "description": "", "created": "2019-05-25", "image": "modelpage/186/2973a4166eddbf6c07498817c53b1090.jpg", "is_main": false}}, {"model": "pages.pagetemplate", "pk": 1, "fields": {"name": "{{ page.name }} name.", "h1": "{{ page.name }}{{ tag_titles }} h1.", "keywords": "{{ page.name }} keywords.", "description": "{{ page.name }} description.", "title": "{{ page.name }} title.", "seo_text": "{{ page.name }} seotext.{% for tag in tags %}{{ tag.name }}, {% endfor %}"}}, {"model": "pages.page", "pk": 1, "fields": {"name": "Category root #0", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-0", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 314, "tree_id": 1, "level": 0}}, {"model": "pages.page", "pk": 2, "fields": {"name": "Category root #1", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-1", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 314, "tree_id": 2, "level": 0}}, {"model": "pages.page", "pk": 3, "fields": {"name": "Category root empty #0", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-0", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 3, "level": 0}}, {"model": "pages.page", "pk": 4, "fields": {"name": "Category root empty #1", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-1", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 4, "level": 0}}, {"model": "pages.page", "pk": 5, "fields": {"name": "Category root empty #2", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-2", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 5, "level": 0}}, {"model": "pages.page", "pk": 6, "fields": {"name": "Category root empty #3", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-3", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 6, "level": 0}}, {"model": "pages.page", "pk": 7, "fields": {"name": "Category root empty #4", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-4", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 7, "level": 0}}, {"model": "pages.page", "pk": 8, "fields": {"name": "Category root empty #5", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-5", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 8, "level": 0}}, {"model": "pages.page", "pk": 9, "fields": {"name": "Category root empty #6", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-6", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 9, "level": 0}}, {"model": "pages.page", "pk": 10, "fields": {"name": "Category root empty #7", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-7", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 10, "level": 0}}, {"model": "pages.page", "pk": 11, "fields": {"name": "Category root empty #8", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-8", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 11, "level": 0}}, {"model": "pages.page", "pk": 12, "fields": {"name": "Category root empty #9", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-9", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 12, "level": 0}}, {"model": "pages.page", "pk": 13, "fields": {"name": "Category root empty #10", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-10", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 13, "level": 0}}, {"model": "pages.page", "pk": 14, "fields": {"name": "Category root empty #11", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-11", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 14, "level": 0}}, {"model": "pages.page", "pk": 15, "fields": {"name": "Category root empty #12", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-12", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 15, "level": 0}}, {"model": "pages.page", "pk": 16, "fields": {"name": "Category root empty #13", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-13", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 16, "level": 0}}, {"model": "pages.page", "pk": 17, "fields": {"name": "Category root empty #14", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-14", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 17, "level": 0}}, {"model": "pages.page", "pk": 18, "fields": {"name": "Category root empty #15", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-15", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 18, "level": 0}}, {"model": "pages.page", "pk": 19, "fields": {"name": "Category root empty #16", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-16", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 19, "level": 0}}, {"model": "pages.page", "pk": 20, "fields": {"name": "Category root empty #17", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-17", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 20, "level": 0}}, {"model": "pages.page", "pk": 21, "fields": {"name": "Category root empty #18", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-18", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 21, "level": 0}}, {"model": "pages.page", "pk": 22, "fields": {"name": "Category root empty #19", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-19", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 22, "level": 0}}, {"model": "pages.page", "pk": 23, "fields": {"name": "Category root empty #20", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-20", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 23, "level": 0}}, {"model": "pages.page", "pk": 24, "fields": {"name": "Category root empty #21", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-21", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 24, "level": 0}}, {"model": "pages.page", "pk": 25, "fields": {"name": "Category root empty #22", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-22", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 25, "level": 0}}, {"model": "pages.page", "pk": 26, "fields": {"name": "Category root empty #23", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-23", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 26, "level": 0}}, {"model": "pages.page", "pk": 27, "fields": {"name": "Category root empty #24", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-24", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 27, "level": 0}}, {"model": "pages.page", "pk": 28, "fields": {"name": "Category root empty #25", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-25", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 28, "level": 0}}, {"model": "pages.page", "pk": 29, "fields": {"name": "Category root empty #26", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-26", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 29, "level": 0}}, {"model": "pages.page", "pk": 30, "fields": {"name": "Category root empty #27", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-27", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 30, "level": 0}}, {"model": "pages.page", "pk": 31, "fields": {"name": "Category root empty #28", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-28", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 31, "level": 0}}, {"model": "pages.page", "pk": 32, "fields": {"name": "Category root empty #29", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-29", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 32, "level": 0}}, {"model": "pages.page", "pk": 33, "fields": {"name": "Category root empty #30", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-30", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 33, "level": 0}}, {"model": "pages.page", "pk": 34, "fields": {"name": "Category root empty #31", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-31", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 34, "level": 0}}, {"model": "pages.page", "pk": 35, "fields": {"name": "Category root empty #32", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-32", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 35, "level": 0}}, {"model": "pages.page", "pk": 36, "fields": {"name": "Category root empty #33", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-33", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 36, "level": 0}}, {"model": "pages.page", "pk": 37, "fields": {"name": "Category root empty #34", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-34", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 37, "level": 0}}, {"model": "pages.page", "pk": 38, "fields": {"name": "Category root empty #35", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-35", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 38, "level": 0}}, {"model": "pages.page", "pk": 39, "fields": {"name": "Category root empty #36", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-36", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 39, "level": 0}}, {"model": "pages.page", "pk": 40, "fields": {"name": "Category root empty #37", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-37", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 40, "level": 0}}, {"model": "pages.page", "pk": 41, "fields": {"name": "Category #0 of #1", "type": "model", "related_model_name": "stroyprombeton_category", "parent": 1, "slug": "category-0-of-1", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 2, "rght": 311, "tree_id": 1, "level": 1}}, {"model": "pages.page", "pk": 42, "fields": {"name": "Category #0 of #2", "type": "model", "related_model_name": "stroyprombeton_category", "parent": 2, "slug": "category-0-of-2", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 2, "rght": 311, "tree_id": 2, "level": 1}}, {"model": "pages.page", "pk": 43, "fields": {"name": "Category #1 of #1", "type": "model", "related_model_name": "stroyprombeton_category", "parent": 1, "slug": "category-1-of-1", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 312, "rght": 313, "tree_id": 1, "level": 1}}, {"model": "pages.page", "pk": 44, "fields": {"name": "Category #1 of #2", "type": "model", "related_model_name": "stroyprombeton_category", "parent": 2, "slug": "category-1-of-2", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 312, "rght": 313, "tree_id": 2, "level": 1}}, {"model": "pages.page", "pk": 45, "fields": {"name": "Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_category", "parent": 41, "slug": "category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 3, "rght": 204, "tree_id": 1, "level": 2}}, {"model": "pages.page", "pk": 46, "fields": {"name": "Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_category", "parent": 42, "slug": "category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 3, "rght": 204, "tree_id": 2, "level": 2}}, {"model": "pages.page", "pk": 47, "fields": {"name": "Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_category", "parent": 43, "slug": "category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 309, "rght": 310, "tree_id": 1, "level": 2}}, {"model": "pages.page", "pk": 48, "fields": {"name": "Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_category", "parent": 44, "slug": "category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 309, "rght": 310, "tree_id": 2, "level": 2}}, {"model": "pages.page", "pk": 49, "fields": {"name": "Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_category", "parent": 41, "slug": "category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 205, "rght": 256, "tree_id": 1, "level": 2}}, {"model": "pages.page", "pk": 50, "fields": {"name": "Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_category", "parent": 42, "slug": "category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 205, "rght": 306, "tree_id": 2, "level": 2}}, {"model": "pages.page", "pk": 51, "fields": {"name": "Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_category", "parent": 43, "slug": "category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 257, "rght": 308, "tree_id": 1, "level": 2}}, {"model": "pages.page", "pk": 52, "fields": {"name": "Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_category", "parent": 44, "slug": "category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 307, "rght": 308, "tree_id": 2, "level": 2}}, {"model": "pages.page", "pk": 53, "fields": {"name": "\u0412\u0441\u0435 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438", "type": "custom", "related_model_name": "", "parent": null, "slug": "gbi", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "\u041a\u0430\u0442\u0430\u043b\u043e\u0433", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "\u041a\u0430\u0442\u0430\u043b\u043e\u0433 \u0442\u043e\u0432\u0430\u0440\u043e\u0432", "template": null, "lft": 1, "rght": 2, "tree_id": 41, "level": 0}}, {"model": "pages.page", "pk": 54, "fields": {"name": "\u041e\u0442\u0437\u044b\u0432\u044b", "type": "custom", "related_model_name": "", "parent": null, "slug": "client-feedbacks", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 20, "tree_id": 42, "level": 0}}, {"model": "pages.page", "pk": 55, "fields": {"name": "\u0417\u0430\u0432\u043e\u0434 \u0436\u0435\u043b\u0435\u0437\u043e\u0431\u0435\u0442\u043e\u043d\u043d\u044b\u0445 \u0438\u0437\u0434\u0435\u043b\u0438\u0439 \u00ab\u0421\u0422\u041a \u041c\u043e\u0434\u0443\u043b\u044c\u00bb", "type": "custom", "related_model_name": "", "parent": null, "slug": "", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "\u0413\u043b\u0430\u0432\u043d\u0430\u044f", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "\u0417\u0430\u0432\u043e\u0434 \u0416\u0411\u0418 \u00ab\u0421\u0422\u041a \u041c\u043e\u0434\u0443\u043b\u044c\u00bb | \u041f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u0416\u0411\u0418 \u0432 \u0421\u0430\u043d\u043a\u0442-\u041f\u0435\u0442\u0435\u0440\u0431\u0443\u0440\u0433\u0435, \u0436\u0435\u043b\u0435\u0437\u043e\u0431\u0435\u0442\u043e\u043d\u043d\u044b\u0435 \u0438\u0437\u0434\u0435\u043b\u0438\u044f \u0421\u041f\u0431", "template": null, "lft": 1, "rght": 2, "tree_id": 43, "level": 0}}, {"model": "pages.page", "pk": 56, "fields": {"name": "\u041d\u043e\u0432\u043e\u0441\u0442\u0438 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438", "type": "custom", "related_model_name": "", "parent": null, "slug": "news", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "\u041d\u043e\u0432\u043e\u0441\u0442\u0438 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "\u0417\u0430\u0432\u043e\u0434 \u0416\u0411\u0418 \u00ab\u0421\u0422\u041a \u041c\u043e\u0434\u0443\u043b\u044c\u00bb", "template": null, "lft": 1, "rght": 4, "tree_id": 44, "level": 0}}, {"model": "pages.page", "pk": 57, "fields": {"name": "\u041e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u0435 \u0437\u0430\u043a\u0430\u0437\u0430", "type": "custom", "related_model_name": "", "parent": null, "slug": "order", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "\u041a\u043e\u0440\u0437\u0438\u043d\u0430 \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d \u0421\u0422\u041a \u041c\u043e\u0434\u0443\u043b\u044c", "template": null, "lft": 1, "rght": 2, "tree_id": 45, "level": 0}}, {"model": "pages.page", "pk": 58, "fields": {"name": "\u041e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u0435 \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u043d\u0430 \u043f\u0440\u0430\u0439\u0441 \u0416\u0411\u0418", "type": "custom", "related_model_name": "", "parent": null, "slug": "order-price", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "\u043f\u0440\u0430\u0439\u0441 \u043b\u0438\u0441\u0442 \u0436\u0431\u0438", "description": "\u041e\u0444\u043e\u0440\u043c\u0438\u0442\u044c \u0437\u0430\u044f\u0432\u043a\u0443 \u043d\u0430 \u043f\u0440\u0430\u0439\u0441\u043b\u0438\u0441\u0442 \u0416\u0411\u0418 \u0437\u0430\u0432\u043e\u0434\u0430 \u0421\u0422\u041a \u041c\u043e\u0434\u0443\u043b\u044c", "seo_text": "", "title": "\u041e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u0435 \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u043d\u0430 \u043f\u0440\u0430\u0439\u0441 \u0416\u0411\u0418", "template": null, "lft": 1, "rght": 2, "tree_id": 46, "level": 0}}, {"model": "pages.page", "pk": 59, "fields": {"name": "\u0417\u0430\u043a\u0430\u0437 \u043f\u0440\u0438\u043d\u044f\u0442", "type": "custom", "related_model_name": "", "parent": null, "slug": "order-success", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0437\u0430 \u0412\u0430\u0448 \u0437\u0430\u043a\u0430\u0437", "template": null, "lft": 1, "rght": 2, "tree_id": 47, "level": 0}}, {"model": "pages.page", "pk": 60, "fields": {"name": "\u0420\u0435\u0433\u0438\u043e\u043d\u044b, \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u043b\u0430\u0441\u044c \u043f\u0440\u043e\u0434\u0443\u043a\u0446\u0438\u044f \u0421\u0422\u041a \u041c\u043e\u0434\u0443\u043b\u044c", "type": "custom", "related_model_name": "", "parent": null, "slug": "regions", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 4, "tree_id": 48, "level": 0}}, {"model": "pages.page", "pk": 61, "fields": {"name": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u043e\u0438\u0441\u043a\u0430", "type": "custom", "related_model_name": "", "parent": null, "slug": "search", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u043e\u0438\u0441\u043a\u0430", "template": null, "lft": 1, "rght": 2, "tree_id": 49, "level": 0}}, {"model": "pages.page", "pk": 62, "fields": {"name": "\u041a\u0430\u0440\u0442\u0430 \u0441\u0430\u0439\u0442\u0430", "type": "custom", "related_model_name": "", "parent": null, "slug": "sitemap", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "\u041a\u0430\u0440\u0442\u0430 \u0441\u0430\u0439\u0442\u0430", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 50, "level": 0}}, {"model": "pages.page", "pk": 63, "fields": {"name": "\u041e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u0435 \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u043d\u0430 \u0438\u0437\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e \u0438\u043d\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043b\u044c\u043d\u044b\u043c \u0447\u0435\u0440\u0442\u0435\u0436\u0430\u043c", "type": "custom", "related_model_name": "", "parent": null, "slug": "order-drawing", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 51, "level": 0}}, {"model": "pages.page", "pk": 64, "fields": {"name": "", "type": "custom", "related_model_name": "", "parent": null, "slug": "robots.txt", "is_active": true, "position": 0, "content": "User-agent: *{% if debug %}\nDisallow: /\n{% else %}\nDisallow: /search/\nDisallow: /search-results/\nDisallow: /service/\nDisallow: /*.css$\nDisallow: /*.js$\nDisallow: /*.txt$\nDisallow: /*?k50id=*\nDisallow: /*?block=*\nDisallow: /*?utm_source=*\nDisallow: /*?keyword=*\nClean-param: from&utm_source&utm_medium&utm_campaign&block&keyword&position&k50id /\n\nUser-agent: Yandex\nDisallow: /search/\nDisallow: /search-results/\nDisallow: /service/\nDisallow: /*.css$\nDisallow: /*.js$\nDisallow: /*.txt$\nDisallow: /*?k50id=*\nDisallow: /*?block=*\nDisallow: /*?utm_source=*\nDisallow: /*?keyword=*\nClean-param: from&utm_source&utm_medium&utm_campaign&block&keyword&position&k50id /\n\nHost: {{ url }}\nSitemap: {{ url }}{% url 'sitemap' %}\n{% endif %}\n", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 52, "level": 0}}, {"model": "pages.page", "pk": 65, "fields": {"name": "\u0421\u0435\u0440\u0438\u0438", "type": "custom", "related_model_name": "", "parent": null, "slug": "series", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 53, "level": 0}}, {"model": "pages.page", "pk": 66, "fields": {"name": "Empire center state", "type": "flat", "related_model_name": "", "parent": 60, "slug": "empire-center-state", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 2, "rght": 3, "tree_id": 48, "level": 1}}, {"model": "pages.page", "pk": 67, "fields": {"name": "GBI for Krishnas temple", "type": "flat", "related_model_name": "", "parent": 56, "slug": "krishnas-temple", "is_active": true, "position": 0, "content": "Viktor gave some GBI to Krishnas. Good guy!", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 2, "rght": 3, "tree_id": 44, "level": 1}}, {"model": "pages.page", "pk": 68, "fields": {"name": "\"Some company\" respect #1", "type": "flat", "related_model_name": "", "parent": 54, "slug": "some-company-respect-1", "is_active": true, "position": 1, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 2, "rght": 3, "tree_id": 42, "level": 1}}, {"model": "pages.page", "pk": 69, "fields": {"name": "\"Some company\" respect #2", "type": "flat", "related_model_name": "", "parent": 54, "slug": "some-company-respect-2", "is_active": true, "position": 2, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 4, "rght": 5, "tree_id": 42, "level": 1}}, {"model": "pages.page", "pk": 70, "fields": {"name": "\"Some company\" respect #3", "type": "flat", "related_model_name": "", "parent": 54, "slug": "some-company-respect-3", "is_active": true, "position": 3, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 6, "rght": 7, "tree_id": 42, "level": 1}}, {"model": "pages.page", "pk": 71, "fields": {"name": "\"Some company\" respect #4", "type": "flat", "related_model_name": "", "parent": 54, "slug": "some-company-respect-4", "is_active": true, "position": 4, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 8, "rght": 9, "tree_id": 42, "level": 1}}, {"model": "pages.page", "pk": 72, "fields": {"name": "\"Some company\" respect #5", "type": "flat", "related_model_name": "", "parent": 54, "slug": "some-company-respect-5", "is_active": true, "position": 5, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 10, "rght": 11, "tree_id": 42, "level": 1}}, {"model": "pages.page", "pk": 73, "fields": {"name": "\"Some company\" respect #6", "type": "flat", "related_model_name": "", "parent": 54, "slug": "some-company-respect-6", "is_active": true, "position": 6, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 12, "rght": 13, "tree_id": 42, "level": 1}}, {"model": "pages.page", "pk": 74, "fields": {"name": "\"Some company\" respect #7", "type": "flat", "related_model_name": "", "parent": 54, "slug": "some-company-respect-7", "is_active": true, "position": 7, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 14, "rght": 15, "tree_id": 42, "level": 1}}, {"model": "pages.page", "pk": 75, "fields": {"name": "\"Some company\" respect #8", "type": "flat", "related_model_name": "", "parent": 54, "slug": "some-company-respect-8", "is_active": true, "position": 8, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 16, "rght": 17, "tree_id": 42, "level": 1}}, {"model": "pages.page", "pk": 76, "fields": {"name": "\"Some company\" respect #9", "type": "flat", "related_model_name": "", "parent": 54, "slug": "some-company-respect-9", "is_active": true, "position": 9, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 18, "rght": 19, "tree_id": 42, "level": 1}}, {"model": "pages.page", "pk": 77, "fields": {"name": "Product #1 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-1-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 206, "rght": 207, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 78, "fields": {"name": "Product #2 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-2-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 258, "rght": 259, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 79, "fields": {"name": "Product #3 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-3-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 260, "rght": 261, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 80, "fields": {"name": "Product #4 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-4-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 262, "rght": 263, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 81, "fields": {"name": "Product #5 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-5-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 264, "rght": 265, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 82, "fields": {"name": "Product #6 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-6-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 266, "rght": 267, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 83, "fields": {"name": "Product #7 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-7-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 268, "rght": 269, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 84, "fields": {"name": "Product #8 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-8-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 270, "rght": 271, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 85, "fields": {"name": "Product #9 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-9-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 272, "rght": 273, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 86, "fields": {"name": "Product #10 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-10-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 274, "rght": 275, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 87, "fields": {"name": "Product #11 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-11-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 276, "rght": 277, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 88, "fields": {"name": "Product #12 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-12-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 278, "rght": 279, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 89, "fields": {"name": "Product #13 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-13-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 280, "rght": 281, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 90, "fields": {"name": "Product #14 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-14-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 282, "rght": 283, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 91, "fields": {"name": "Product #15 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-15-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 284, "rght": 285, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 92, "fields": {"name": "Product #16 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-16-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 286, "rght": 287, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 93, "fields": {"name": "Product #17 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-17-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 288, "rght": 289, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 94, "fields": {"name": "Product #18 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-18-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 290, "rght": 291, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 95, "fields": {"name": "Product #19 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-19-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 292, "rght": 293, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 96, "fields": {"name": "Product #20 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-20-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 294, "rght": 295, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 97, "fields": {"name": "Product #21 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-21-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 296, "rght": 297, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 98, "fields": {"name": "Product #22 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-22-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 298, "rght": 299, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 99, "fields": {"name": "Product #23 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-23-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 300, "rght": 301, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 100, "fields": {"name": "Product #24 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-24-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 302, "rght": 303, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 101, "fields": {"name": "Product #25 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-25-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 304, "rght": 305, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 102, "fields": {"name": "Product #1 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-1-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 258, "rght": 259, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 103, "fields": {"name": "Product #2 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-2-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 260, "rght": 261, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 104, "fields": {"name": "Product #3 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-3-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 262, "rght": 263, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 105, "fields": {"name": "Product #4 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-4-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 264, "rght": 265, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 106, "fields": {"name": "Product #5 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-5-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 266, "rght": 267, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 107, "fields": {"name": "Product #6 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-6-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 268, "rght": 269, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 108, "fields": {"name": "Product #7 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-7-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 270, "rght": 271, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 109, "fields": {"name": "Product #8 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-8-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 272, "rght": 273, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 110, "fields": {"name": "Product #9 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-9-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 274, "rght": 275, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 111, "fields": {"name": "Product #10 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-10-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 276, "rght": 277, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 112, "fields": {"name": "Product #11 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-11-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 278, "rght": 279, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 113, "fields": {"name": "Product #12 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-12-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 280, "rght": 281, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 114, "fields": {"name": "Product #13 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-13-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 282, "rght": 283, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 115, "fields": {"name": "Product #14 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-14-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 284, "rght": 285, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 116, "fields": {"name": "Product #15 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-15-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 286, "rght": 287, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 117, "fields": {"name": "Product #16 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-16-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 288, "rght": 289, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 118, "fields": {"name": "Product #17 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-17-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 290, "rght": 291, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 119, "fields": {"name": "Product #18 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-18-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 292, "rght": 293, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 120, "fields": {"name": "Product #19 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-19-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 294, "rght": 295, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 121, "fields": {"name": "Product #20 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-20-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 296, "rght": 297, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 122, "fields": {"name": "Product #21 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-21-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 298, "rght": 299, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 123, "fields": {"name": "Product #22 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-22-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 300, "rght": 301, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 124, "fields": {"name": "Product #23 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-23-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 302, "rght": 303, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 125, "fields": {"name": "Product #24 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-24-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 304, "rght": 305, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 126, "fields": {"name": "Product #25 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-25-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 306, "rght": 307, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 127, "fields": {"name": "Product #1 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-1-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 208, "rght": 209, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 128, "fields": {"name": "Product #2 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-2-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 210, "rght": 211, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 129, "fields": {"name": "Product #3 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-3-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 212, "rght": 213, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 130, "fields": {"name": "Product #4 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-4-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 214, "rght": 215, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 131, "fields": {"name": "Product #5 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-5-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 216, "rght": 217, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 132, "fields": {"name": "Product #6 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-6-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 218, "rght": 219, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 133, "fields": {"name": "Product #7 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-7-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 220, "rght": 221, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 134, "fields": {"name": "Product #8 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-8-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 222, "rght": 223, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 135, "fields": {"name": "Product #9 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-9-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 224, "rght": 225, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 136, "fields": {"name": "Product #10 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-10-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 226, "rght": 227, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 137, "fields": {"name": "Product #11 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-11-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 228, "rght": 229, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 138, "fields": {"name": "Product #12 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-12-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 230, "rght": 231, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 139, "fields": {"name": "Product #13 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-13-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 232, "rght": 233, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 140, "fields": {"name": "Product #14 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-14-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 234, "rght": 235, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 141, "fields": {"name": "Product #15 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-15-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 236, "rght": 237, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 142, "fields": {"name": "Product #16 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-16-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 238, "rght": 239, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 143, "fields": {"name": "Product #17 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-17-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 240, "rght": 241, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 144, "fields": {"name": "Product #18 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-18-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 242, "rght": 243, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 145, "fields": {"name": "Product #19 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-19-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 244, "rght": 245, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 146, "fields": {"name": "Product #20 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-20-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 246, "rght": 247, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 147, "fields": {"name": "Product #21 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-21-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 248, "rght": 249, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 148, "fields": {"name": "Product #22 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-22-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 250, "rght": 251, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 149, "fields": {"name": "Product #23 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-23-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 252, "rght": 253, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 150, "fields": {"name": "Product #24 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-24-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 254, "rght": 255, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 151, "fields": {"name": "Product #25 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-25-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 256, "rght": 257, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 152, "fields": {"name": "Product #1 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-1-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 206, "rght": 207, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 153, "fields": {"name": "Product #2 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-2-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 208, "rght": 209, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 154, "fields": {"name": "Product #3 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-3-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 210, "rght": 211, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 155, "fields": {"name": "Product #4 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-4-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 212, "rght": 213, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 156, "fields": {"name": "Product #5 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-5-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 214, "rght": 215, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 157, "fields": {"name": "Product #6 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-6-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 216, "rght": 217, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 158, "fields": {"name": "Product #7 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-7-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 218, "rght": 219, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 159, "fields": {"name": "Product #8 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-8-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 220, "rght": 221, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 160, "fields": {"name": "Product #9 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-9-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 222, "rght": 223, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 161, "fields": {"name": "Product #10 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-10-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 224, "rght": 225, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 162, "fields": {"name": "Product #11 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-11-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 226, "rght": 227, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 163, "fields": {"name": "Product #12 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-12-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 228, "rght": 229, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 164, "fields": {"name": "Product #13 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-13-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 230, "rght": 231, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 165, "fields": {"name": "Product #14 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-14-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 232, "rght": 233, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 166, "fields": {"name": "Product #15 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-15-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 234, "rght": 235, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 167, "fields": {"name": "Product #16 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-16-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 236, "rght": 237, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 168, "fields": {"name": "Product #17 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-17-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 238, "rght": 239, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 169, "fields": {"name": "Product #18 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-18-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 240, "rght": 241, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 170, "fields": {"name": "Product #19 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-19-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 242, "rght": 243, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 171, "fields": {"name": "Product #20 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-20-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 244, "rght": 245, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 172, "fields": {"name": "Product #21 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-21-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 246, "rght": 247, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 173, "fields": {"name": "Product #22 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-22-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 248, "rght": 249, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 174, "fields": {"name": "Product #23 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-23-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 250, "rght": 251, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 175, "fields": {"name": "Product #24 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-24-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 252, "rght": 253, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 176, "fields": {"name": "Product #25 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-25-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 254, "rght": 255, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 177, "fields": {"name": "Product #1 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-1-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 4, "rght": 5, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 178, "fields": {"name": "Product #2 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-2-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 106, "rght": 107, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 179, "fields": {"name": "Product #3 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-3-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 108, "rght": 109, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 180, "fields": {"name": "Product #4 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-4-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 110, "rght": 111, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 181, "fields": {"name": "Product #5 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-5-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 112, "rght": 113, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 182, "fields": {"name": "Product #6 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-6-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 114, "rght": 115, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 183, "fields": {"name": "Product #7 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-7-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 116, "rght": 117, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 184, "fields": {"name": "Product #8 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-8-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 118, "rght": 119, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 185, "fields": {"name": "Product #9 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-9-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 120, "rght": 121, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 186, "fields": {"name": "Product #10 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-10-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 122, "rght": 123, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 187, "fields": {"name": "Product #11 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-11-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 124, "rght": 125, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 188, "fields": {"name": "Product #12 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-12-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 126, "rght": 127, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 189, "fields": {"name": "Product #13 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-13-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 128, "rght": 129, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 190, "fields": {"name": "Product #14 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-14-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 130, "rght": 131, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 191, "fields": {"name": "Product #15 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-15-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 132, "rght": 133, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 192, "fields": {"name": "Product #16 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-16-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 134, "rght": 135, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 193, "fields": {"name": "Product #17 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-17-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 136, "rght": 137, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 194, "fields": {"name": "Product #18 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-18-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 138, "rght": 139, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 195, "fields": {"name": "Product #19 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-19-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 140, "rght": 141, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 196, "fields": {"name": "Product #20 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-20-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 142, "rght": 143, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 197, "fields": {"name": "Product #21 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-21-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 144, "rght": 145, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 198, "fields": {"name": "Product #22 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-22-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 146, "rght": 147, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 199, "fields": {"name": "Product #23 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-23-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 148, "rght": 149, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 200, "fields": {"name": "Product #24 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-24-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 150, "rght": 151, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 201, "fields": {"name": "Product #25 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-25-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 152, "rght": 153, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 202, "fields": {"name": "Product #26 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-26-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 154, "rght": 155, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 203, "fields": {"name": "Product #27 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-27-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 156, "rght": 157, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 204, "fields": {"name": "Product #28 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-28-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 158, "rght": 159, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 205, "fields": {"name": "Product #29 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-29-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 160, "rght": 161, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 206, "fields": {"name": "Product #30 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-30-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 162, "rght": 163, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 207, "fields": {"name": "Product #31 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-31-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 164, "rght": 165, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 208, "fields": {"name": "Product #32 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-32-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 166, "rght": 167, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 209, "fields": {"name": "Product #33 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-33-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 168, "rght": 169, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 210, "fields": {"name": "Product #34 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-34-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 170, "rght": 171, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 211, "fields": {"name": "Product #35 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-35-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 172, "rght": 173, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 212, "fields": {"name": "Product #36 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-36-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 174, "rght": 175, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 213, "fields": {"name": "Product #37 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-37-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 176, "rght": 177, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 214, "fields": {"name": "Product #38 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-38-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 178, "rght": 179, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 215, "fields": {"name": "Product #39 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-39-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 180, "rght": 181, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 216, "fields": {"name": "Product #40 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-40-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 182, "rght": 183, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 217, "fields": {"name": "Product #41 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-41-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 184, "rght": 185, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 218, "fields": {"name": "Product #42 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-42-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 186, "rght": 187, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 219, "fields": {"name": "Product #43 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-43-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 188, "rght": 189, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 220, "fields": {"name": "Product #44 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-44-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 190, "rght": 191, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 221, "fields": {"name": "Product #45 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-45-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 192, "rght": 193, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 222, "fields": {"name": "Product #46 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-46-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 194, "rght": 195, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 223, "fields": {"name": "Product #47 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-47-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 196, "rght": 197, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 224, "fields": {"name": "Product #48 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-48-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 198, "rght": 199, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 225, "fields": {"name": "Product #49 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-49-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 200, "rght": 201, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 226, "fields": {"name": "Product #50 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-50-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 202, "rght": 203, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 227, "fields": {"name": "Product #1 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-1-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 4, "rght": 5, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 228, "fields": {"name": "Product #2 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-2-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 106, "rght": 107, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 229, "fields": {"name": "Product #3 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-3-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 108, "rght": 109, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 230, "fields": {"name": "Product #4 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-4-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 110, "rght": 111, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 231, "fields": {"name": "Product #5 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-5-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 112, "rght": 113, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 232, "fields": {"name": "Product #6 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-6-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 114, "rght": 115, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 233, "fields": {"name": "Product #7 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-7-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 116, "rght": 117, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 234, "fields": {"name": "Product #8 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-8-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 118, "rght": 119, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 235, "fields": {"name": "Product #9 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-9-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 120, "rght": 121, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 236, "fields": {"name": "Product #10 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-10-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 122, "rght": 123, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 237, "fields": {"name": "Product #11 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-11-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 124, "rght": 125, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 238, "fields": {"name": "Product #12 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-12-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 126, "rght": 127, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 239, "fields": {"name": "Product #13 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-13-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 128, "rght": 129, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 240, "fields": {"name": "Product #14 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-14-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 130, "rght": 131, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 241, "fields": {"name": "Product #15 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-15-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 132, "rght": 133, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 242, "fields": {"name": "Product #16 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-16-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 134, "rght": 135, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 243, "fields": {"name": "Product #17 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-17-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 136, "rght": 137, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 244, "fields": {"name": "Product #18 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-18-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 138, "rght": 139, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 245, "fields": {"name": "Product #19 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-19-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 140, "rght": 141, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 246, "fields": {"name": "Product #20 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-20-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 142, "rght": 143, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 247, "fields": {"name": "Product #21 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-21-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 144, "rght": 145, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 248, "fields": {"name": "Product #22 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-22-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 146, "rght": 147, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 249, "fields": {"name": "Product #23 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-23-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 148, "rght": 149, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 250, "fields": {"name": "Product #24 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-24-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 150, "rght": 151, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 251, "fields": {"name": "Product #25 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-25-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 152, "rght": 153, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 252, "fields": {"name": "Product #26 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-26-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 154, "rght": 155, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 253, "fields": {"name": "Product #27 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-27-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 156, "rght": 157, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 254, "fields": {"name": "Product #28 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-28-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 158, "rght": 159, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 255, "fields": {"name": "Product #29 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-29-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 160, "rght": 161, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 256, "fields": {"name": "Product #30 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-30-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 162, "rght": 163, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 257, "fields": {"name": "Product #31 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-31-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 164, "rght": 165, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 258, "fields": {"name": "Product #32 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-32-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 166, "rght": 167, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 259, "fields": {"name": "Product #33 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-33-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 168, "rght": 169, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 260, "fields": {"name": "Product #34 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-34-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 170, "rght": 171, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 261, "fields": {"name": "Product #35 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-35-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 172, "rght": 173, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 262, "fields": {"name": "Product #36 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-36-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 174, "rght": 175, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 263, "fields": {"name": "Product #37 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-37-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 176, "rght": 177, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 264, "fields": {"name": "Product #38 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-38-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 178, "rght": 179, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 265, "fields": {"name": "Product #39 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-39-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 180, "rght": 181, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 266, "fields": {"name": "Product #40 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-40-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 182, "rght": 183, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 267, "fields": {"name": "Product #41 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-41-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 184, "rght": 185, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 268, "fields": {"name": "Product #42 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-42-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 186, "rght": 187, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 269, "fields": {"name": "Product #43 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-43-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 188, "rght": 189, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 270, "fields": {"name": "Product #44 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-44-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 190, "rght": 191, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 271, "fields": {"name": "Product #45 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-45-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 192, "rght": 193, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 272, "fields": {"name": "Product #46 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-46-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 194, "rght": 195, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 273, "fields": {"name": "Product #47 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-47-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 196, "rght": 197, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 274, "fields": {"name": "Product #48 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-48-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 198, "rght": 199, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 275, "fields": {"name": "Product #49 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-49-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 200, "rght": 201, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 276, "fields": {"name": "Product #50 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-50-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 202, "rght": 203, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 277, "fields": {"name": "Product #1 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-1-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 6, "rght": 7, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 278, "fields": {"name": "Product #2 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-2-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 8, "rght": 9, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 279, "fields": {"name": "Product #3 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-3-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 10, "rght": 11, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 280, "fields": {"name": "Product #4 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-4-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 12, "rght": 13, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 281, "fields": {"name": "Product #5 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-5-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 14, "rght": 15, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 282, "fields": {"name": "Product #6 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-6-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 16, "rght": 17, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 283, "fields": {"name": "Product #7 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-7-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 18, "rght": 19, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 284, "fields": {"name": "Product #8 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-8-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 20, "rght": 21, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 285, "fields": {"name": "Product #9 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-9-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 22, "rght": 23, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 286, "fields": {"name": "Product #10 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-10-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 24, "rght": 25, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 287, "fields": {"name": "Product #11 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-11-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 26, "rght": 27, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 288, "fields": {"name": "Product #12 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-12-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 28, "rght": 29, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 289, "fields": {"name": "Product #13 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-13-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 30, "rght": 31, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 290, "fields": {"name": "Product #14 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-14-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 32, "rght": 33, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 291, "fields": {"name": "Product #15 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-15-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 34, "rght": 35, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 292, "fields": {"name": "Product #16 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-16-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 36, "rght": 37, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 293, "fields": {"name": "Product #17 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-17-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 38, "rght": 39, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 294, "fields": {"name": "Product #18 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-18-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 40, "rght": 41, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 295, "fields": {"name": "Product #19 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-19-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 42, "rght": 43, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 296, "fields": {"name": "Product #20 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-20-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 44, "rght": 45, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 297, "fields": {"name": "Product #21 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-21-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 46, "rght": 47, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 298, "fields": {"name": "Product #22 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-22-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 48, "rght": 49, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 299, "fields": {"name": "Product #23 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-23-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 50, "rght": 51, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 300, "fields": {"name": "Product #24 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-24-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 52, "rght": 53, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 301, "fields": {"name": "Product #25 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-25-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 54, "rght": 55, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 302, "fields": {"name": "Product #26 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-26-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 56, "rght": 57, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 303, "fields": {"name": "Product #27 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-27-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 58, "rght": 59, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 304, "fields": {"name": "Product #28 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-28-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 60, "rght": 61, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 305, "fields": {"name": "Product #29 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-29-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 62, "rght": 63, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 306, "fields": {"name": "Product #30 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-30-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 64, "rght": 65, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 307, "fields": {"name": "Product #31 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-31-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 66, "rght": 67, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 308, "fields": {"name": "Product #32 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-32-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 68, "rght": 69, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 309, "fields": {"name": "Product #33 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-33-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 70, "rght": 71, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 310, "fields": {"name": "Product #34 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-34-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 72, "rght": 73, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 311, "fields": {"name": "Product #35 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-35-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 74, "rght": 75, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 312, "fields": {"name": "Product #36 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-36-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 76, "rght": 77, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 313, "fields": {"name": "Product #37 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-37-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 78, "rght": 79, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 314, "fields": {"name": "Product #38 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-38-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 80, "rght": 81, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 315, "fields": {"name": "Product #39 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-39-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 82, "rght": 83, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 316, "fields": {"name": "Product #40 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-40-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 84, "rght": 85, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 317, "fields": {"name": "Product #41 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-41-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 86, "rght": 87, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 318, "fields": {"name": "Product #42 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-42-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 88, "rght": 89, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 319, "fields": {"name": "Product #43 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-43-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 90, "rght": 91, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 320, "fields": {"name": "Product #44 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-44-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 92, "rght": 93, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 321, "fields": {"name": "Product #45 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-45-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 94, "rght": 95, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 322, "fields": {"name": "Product #46 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-46-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 96, "rght": 97, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 323, "fields": {"name": "Product #47 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-47-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 98, "rght": 99, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 324, "fields": {"name": "Product #48 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-48-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 100, "rght": 101, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 325, "fields": {"name": "Product #49 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-49-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 102, "rght": 103, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 326, "fields": {"name": "Product #50 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-50-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 104, "rght": 105, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 327, "fields": {"name": "Product #1 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-1-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 6, "rght": 7, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 328, "fields": {"name": "Product #2 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-2-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 8, "rght": 9, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 329, "fields": {"name": "Product #3 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-3-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 10, "rght": 11, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 330, "fields": {"name": "Product #4 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-4-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 12, "rght": 13, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 331, "fields": {"name": "Product #5 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-5-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 14, "rght": 15, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 332, "fields": {"name": "Product #6 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-6-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 16, "rght": 17, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 333, "fields": {"name": "Product #7 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-7-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 18, "rght": 19, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 334, "fields": {"name": "Product #8 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-8-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 20, "rght": 21, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 335, "fields": {"name": "Product #9 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-9-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 22, "rght": 23, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 336, "fields": {"name": "Product #10 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-10-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 24, "rght": 25, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 337, "fields": {"name": "Product #11 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-11-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 26, "rght": 27, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 338, "fields": {"name": "Product #12 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-12-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 28, "rght": 29, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 339, "fields": {"name": "Product #13 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-13-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 30, "rght": 31, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 340, "fields": {"name": "Product #14 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-14-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 32, "rght": 33, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 341, "fields": {"name": "Product #15 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-15-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 34, "rght": 35, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 342, "fields": {"name": "Product #16 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-16-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 36, "rght": 37, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 343, "fields": {"name": "Product #17 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-17-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 38, "rght": 39, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 344, "fields": {"name": "Product #18 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-18-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 40, "rght": 41, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 345, "fields": {"name": "Product #19 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-19-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 42, "rght": 43, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 346, "fields": {"name": "Product #20 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-20-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 44, "rght": 45, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 347, "fields": {"name": "Product #21 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-21-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 46, "rght": 47, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 348, "fields": {"name": "Product #22 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-22-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 48, "rght": 49, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 349, "fields": {"name": "Product #23 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-23-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 50, "rght": 51, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 350, "fields": {"name": "Product #24 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-24-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 52, "rght": 53, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 351, "fields": {"name": "Product #25 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-25-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 54, "rght": 55, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 352, "fields": {"name": "Product #26 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-26-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 56, "rght": 57, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 353, "fields": {"name": "Product #27 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-27-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 58, "rght": 59, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 354, "fields": {"name": "Product #28 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-28-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 60, "rght": 61, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 355, "fields": {"name": "Product #29 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-29-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 62, "rght": 63, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 356, "fields": {"name": "Product #30 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-30-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 64, "rght": 65, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 357, "fields": {"name": "Product #31 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-31-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 66, "rght": 67, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 358, "fields": {"name": "Product #32 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-32-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 68, "rght": 69, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 359, "fields": {"name": "Product #33 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-33-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 70, "rght": 71, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 360, "fields": {"name": "Product #34 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-34-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 72, "rght": 73, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 361, "fields": {"name": "Product #35 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-35-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 74, "rght": 75, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 362, "fields": {"name": "Product #36 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-36-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 76, "rght": 77, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 363, "fields": {"name": "Product #37 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-37-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 78, "rght": 79, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 364, "fields": {"name": "Product #38 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-38-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 80, "rght": 81, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 365, "fields": {"name": "Product #39 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-39-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 82, "rght": 83, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 366, "fields": {"name": "Product #40 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-40-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 84, "rght": 85, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 367, "fields": {"name": "Product #41 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-41-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 86, "rght": 87, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 368, "fields": {"name": "Product #42 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-42-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 88, "rght": 89, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 369, "fields": {"name": "Product #43 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-43-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 90, "rght": 91, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 370, "fields": {"name": "Product #44 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-44-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 92, "rght": 93, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 371, "fields": {"name": "Product #45 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-45-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 94, "rght": 95, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 372, "fields": {"name": "Product #46 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-46-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 96, "rght": 97, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 373, "fields": {"name": "Product #47 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-47-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 98, "rght": 99, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 374, "fields": {"name": "Product #48 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-48-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 100, "rght": 101, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 375, "fields": {"name": "Product #49 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-49-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 102, "rght": 103, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 376, "fields": {"name": "Product #50 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-50-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 104, "rght": 105, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 377, "fields": {"name": "Series #0", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-0", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 54, "level": 0}}, {"model": "pages.page", "pk": 378, "fields": {"name": "Series #1", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-1", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 55, "level": 0}}, {"model": "pages.page", "pk": 379, "fields": {"name": "Series empty #0", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-0", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 56, "level": 0}}, {"model": "pages.page", "pk": 380, "fields": {"name": "Series empty #1", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-1", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 57, "level": 0}}, {"model": "pages.page", "pk": 381, "fields": {"name": "Series empty #2", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-2", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 58, "level": 0}}, {"model": "pages.page", "pk": 382, "fields": {"name": "Series empty #3", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-3", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 59, "level": 0}}, {"model": "pages.page", "pk": 383, "fields": {"name": "Series empty #4", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-4", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 60, "level": 0}}, {"model": "pages.page", "pk": 384, "fields": {"name": "Series empty #5", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-5", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 61, "level": 0}}, {"model": "pages.page", "pk": 385, "fields": {"name": "Series empty #6", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-6", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 62, "level": 0}}, {"model": "pages.page", "pk": 386, "fields": {"name": "Series empty #7", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-7", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 63, "level": 0}}, {"model": "pages.page", "pk": 387, "fields": {"name": "Series empty #8", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-8", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 64, "level": 0}}, {"model": "pages.page", "pk": 388, "fields": {"name": "Series empty #9", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-9", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 65, "level": 0}}, {"model": "pages.page", "pk": 389, "fields": {"name": "Series empty #10", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-10", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 66, "level": 0}}, {"model": "pages.page", "pk": 390, "fields": {"name": "Series empty #11", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-11", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 67, "level": 0}}, {"model": "pages.page", "pk": 391, "fields": {"name": "Series empty #12", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-12", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 68, "level": 0}}, {"model": "pages.page", "pk": 392, "fields": {"name": "Series empty #13", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-13", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 69, "level": 0}}, {"model": "pages.page", "pk": 393, "fields": {"name": "Series empty #14", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-14", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 70, "level": 0}}, {"model": "pages.page", "pk": 394, "fields": {"name": "Series empty #15", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-15", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 71, "level": 0}}, {"model": "pages.page", "pk": 395, "fields": {"name": "Series empty #16", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-16", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 72, "level": 0}}, {"model": "pages.page", "pk": 396, "fields": {"name": "Series empty #17", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-17", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 73, "level": 0}}, {"model": "pages.page", "pk": 397, "fields": {"name": "Series empty #18", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-18", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 74, "level": 0}}, {"model": "pages.page", "pk": 398, "fields": {"name": "Series empty #19", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-19", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 75, "level": 0}}, {"model": "pages.page", "pk": 399, "fields": {"name": "Series empty #20", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-20", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 76, "level": 0}}, {"model": "pages.page", "pk": 400, "fields": {"name": "Series empty #21", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-21", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 77, "level": 0}}, {"model": "pages.page", "pk": 401, "fields": {"name": "Series empty #22", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-22", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 78, "level": 0}}, {"model": "pages.page", "pk": 402, "fields": {"name": "Series empty #23", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-23", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 79, "level": 0}}, {"model": "pages.page", "pk": 403, "fields": {"name": "Series empty #24", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-24", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 80, "level": 0}}, {"model": "pages.page", "pk": 404, "fields": {"name": "Series empty #25", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-25", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 81, "level": 0}}, {"model": "pages.page", "pk": 405, "fields": {"name": "Series empty #26", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-26", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 82, "level": 0}}, {"model": "pages.page", "pk": 406, "fields": {"name": "Series empty #27", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-27", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 83, "level": 0}}, {"model": "pages.page", "pk": 407, "fields": {"name": "Series empty #28", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-28", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 84, "level": 0}}, {"model": "pages.page", "pk": 408, "fields": {"name": "Series empty #29", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-29", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 85, "level": 0}}, {"model": "pages.page", "pk": 409, "fields": {"name": "Series empty #30", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-30", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 86, "level": 0}}, {"model": "pages.page", "pk": 410, "fields": {"name": "Series empty #31", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-31", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 87, "level": 0}}, {"model": "pages.page", "pk": 411, "fields": {"name": "Series empty #32", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-32", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 88, "level": 0}}, {"model": "pages.page", "pk": 412, "fields": {"name": "Series empty #33", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-33", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 89, "level": 0}}, {"model": "pages.page", "pk": 413, "fields": {"name": "Series empty #34", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-34", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 90, "level": 0}}, {"model": "pages.page", "pk": 414, "fields": {"name": "Series empty #35", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-35", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 91, "level": 0}}, {"model": "pages.page", "pk": 415, "fields": {"name": "Series empty #36", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-36", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 92, "level": 0}}, {"model": "pages.page", "pk": 416, "fields": {"name": "Series empty #37", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-37", "is_active": true, "position": 0, "content": "", "date_published": "2019-05-25", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 93, "level": 0}}, {"model": "stroyprombeton.category", "pk": 1, "fields": {"page": 1, "name": "Category root #0", "parent": null, "specification": "", "lft": 1, "rght": 14, "tree_id": 1, "level": 0}}, {"model": "stroyprombeton.category", "pk": 2, "fields": {"page": 2, "name": "Category root #1", "parent": null, "specification": "", "lft": 1, "rght": 14, "tree_id": 2, "level": 0}}, {"model": "stroyprombeton.category", "pk": 3, "fields": {"page": 3, "name": "Category root empty #0", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 3, "level": 0}}, {"model": "stroyprombeton.category", "pk": 4, "fields": {"page": 4, "name": "Category root empty #1", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 4, "level": 0}}, {"model": "stroyprombeton.category", "pk": 5, "fields": {"page": 5, "name": "Category root empty #2", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 5, "level": 0}}, {"model": "stroyprombeton.category", "pk": 6, "fields": {"page": 6, "name": "Category root empty #3", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 6, "level": 0}}, {"model": "stroyprombeton.category", "pk": 7, "fields": {"page": 7, "name": "Category root empty #4", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 7, "level": 0}}, {"model": "stroyprombeton.category", "pk": 8, "fields": {"page": 8, "name": "Category root empty #5", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 8, "level": 0}}, {"model": "stroyprombeton.category", "pk": 9, "fields": {"page": 9, "name": "Category root empty #6", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 9, "level": 0}}, {"model": "stroyprombeton.category", "pk": 10, "fields": {"page": 10, "name": "Category root empty #7", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 10, "level": 0}}, {"model": "stroyprombeton.category", "pk": 11, "fields": {"page": 11, "name": "Category root empty #8", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 11, "level": 0}}, {"model": "stroyprombeton.category", "pk": 12, "fields": {"page": 12, "name": "Category root empty #9", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 12, "level": 0}}, {"model": "stroyprombeton.category", "pk": 13, "fields": {"page": 13, "name": "Category root empty #10", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 13, "level": 0}}, {"model": "stroyprombeton.category", "pk": 14, "fields": {"page": 14, "name": "Category root empty #11", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 14, "level": 0}}, {"model": "stroyprombeton.category", "pk": 15, "fields": {"page": 15, "name": "Category root empty #12", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 15, "level": 0}}, {"model": "stroyprombeton.category", "pk": 16, "fields": {"page": 16, "name": "Category root empty #13", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 16, "level": 0}}, {"model": "stroyprombeton.category", "pk": 17, "fields": {"page": 17, "name": "Category root empty #14", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 17, "level": 0}}, {"model": "stroyprombeton.category", "pk": 18, "fields": {"page": 18, "name": "Category root empty #15", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 18, "level": 0}}, {"model": "stroyprombeton.category", "pk": 19, "fields": {"page": 19, "name": "Category root empty #16", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 19, "level": 0}}, {"model": "stroyprombeton.category", "pk": 20, "fields": {"page": 20, "name": "Category root empty #17", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 20, "level": 0}}, {"model": "stroyprombeton.category", "pk": 21, "fields": {"page": 21, "name": "Category root empty #18", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 21, "level": 0}}, {"model": "stroyprombeton.category", "pk": 22, "fields": {"page": 22, "name": "Category root empty #19", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 22, "level": 0}}, {"model": "stroyprombeton.category", "pk": 23, "fields": {"page": 23, "name": "Category root empty #20", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 23, "level": 0}}, {"model": "stroyprombeton.category", "pk": 24, "fields": {"page": 24, "name": "Category root empty #21", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 24, "level": 0}}, {"model": "stroyprombeton.category", "pk": 25, "fields": {"page": 25, "name": "Category root empty #22", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 25, "level": 0}}, {"model": "stroyprombeton.category", "pk": 26, "fields": {"page": 26, "name": "Category root empty #23", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 26, "level": 0}}, {"model": "stroyprombeton.category", "pk": 27, "fields": {"page": 27, "name": "Category root empty #24", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 27, "level": 0}}, {"model": "stroyprombeton.category", "pk": 28, "fields": {"page": 28, "name": "Category root empty #25", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 28, "level": 0}}, {"model": "stroyprombeton.category", "pk": 29, "fields": {"page": 29, "name": "Category root empty #26", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 29, "level": 0}}, {"model": "stroyprombeton.category", "pk": 30, "fields": {"page": 30, "name": "Category root empty #27", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 30, "level": 0}}, {"model": "stroyprombeton.category", "pk": 31, "fields": {"page": 31, "name": "Category root empty #28", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 31, "level": 0}}, {"model": "stroyprombeton.category", "pk": 32, "fields": {"page": 32, "name": "Category root empty #29", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 32, "level": 0}}, {"model": "stroyprombeton.category", "pk": 33, "fields": {"page": 33, "name": "Category root empty #30", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 33, "level": 0}}, {"model": "stroyprombeton.category", "pk": 34, "fields": {"page": 34, "name": "Category root empty #31", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 34, "level": 0}}, {"model": "stroyprombeton.category", "pk": 35, "fields": {"page": 35, "name": "Category root empty #32", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 35, "level": 0}}, {"model": "stroyprombeton.category", "pk": 36, "fields": {"page": 36, "name": "Category root empty #33", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 36, "level": 0}}, {"model": "stroyprombeton.category", "pk": 37, "fields": {"page": 37, "name": "Category root empty #34", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 37, "level": 0}}, {"model": "stroyprombeton.category", "pk": 38, "fields": {"page": 38, "name": "Category root empty #35", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 38, "level": 0}}, {"model": "stroyprombeton.category", "pk": 39, "fields": {"page": 39, "name": "Category root empty #36", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 39, "level": 0}}, {"model": "stroyprombeton.category", "pk": 40, "fields": {"page": 40, "name": "Category root empty #37", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 40, "level": 0}}, {"model": "stroyprombeton.category", "pk": 41, "fields": {"page": 41, "name": "Category #0 of #1", "parent": 1, "specification": "", "lft": 2, "rght": 7, "tree_id": 1, "level": 1}}, {"model": "stroyprombeton.category", "pk": 42, "fields": {"page": 42, "name": "Category #0 of #2", "parent": 2, "specification": "", "lft": 2, "rght": 7, "tree_id": 2, "level": 1}}, {"model": "stroyprombeton.category", "pk": 43, "fields": {"page": 43, "name": "Category #1 of #1", "parent": 1, "specification": "", "lft": 8, "rght": 13, "tree_id": 1, "level": 1}}, {"model": "stroyprombeton.category", "pk": 44, "fields": {"page": 44, "name": "Category #1 of #2", "parent": 2, "specification": "", "lft": 8, "rght": 13, "tree_id": 2, "level": 1}}, {"model": "stroyprombeton.category", "pk": 45, "fields": {"page": 45, "name": "Category #0 of #41", "parent": 41, "specification": "", "lft": 3, "rght": 4, "tree_id": 1, "level": 2}}, {"model": "stroyprombeton.category", "pk": 46, "fields": {"page": 46, "name": "Category #0 of #42", "parent": 42, "specification": "", "lft": 3, "rght": 4, "tree_id": 2, "level": 2}}, {"model": "stroyprombeton.category", "pk": 47, "fields": {"page": 47, "name": "Category #0 of #43", "parent": 43, "specification": "", "lft": 9, "rght": 10, "tree_id": 1, "level": 2}}, {"model": "stroyprombeton.category", "pk": 48, "fields": {"page": 48, "name": "Category #0 of #44", "parent": 44, "specification": "", "lft": 9, "rght": 10, "tree_id": 2, "level": 2}}, {"model": "stroyprombeton.category", "pk": 49, "fields": {"page": 49, "name": "Category #1 of #41", "parent": 41, "specification": "", "lft": 5, "rght": 6, "tree_id": 1, "level": 2}}, {"model": "stroyprombeton.category", "pk": 50, "fields": {"page": 50, "name": "Category #1 of #42", "parent": 42, "specification": "", "lft": 5, "rght": 6, "tree_id": 2, "level": 2}}, {"model": "stroyprombeton.category", "pk": 51, "fields": {"page": 51, "name": "Category #1 of #43", "parent": 43, "specification": "", "lft": 11, "rght": 12, "tree_id": 1, "level": 2}}, {"model": "stroyprombeton.category", "pk": 52, "fields": {"page": 52, "name": "Category #1 of #44", "parent": 44, "specification": "", "lft": 11, "rght": 12, "tree_id": 2, "level": 2}}, {"model": "stroyprombeton.series", "pk": 1, "fields": {"page": 377, "name": "Series #0", "slug": "series-_0"}}, {"model": "stroyprombeton.series", "pk": 2, "fields": {"page": 378, "name": "Series #1", "slug": "series-_1"}}, {"model": "stroyprombeton.series", "pk": 3, "fields": {"page": 379, "name": "Series empty #0", "slug": "series-empty-_0"}}, {"model": "stroyprombeton.series", "pk": 4, "fields": {"page": 380, "name": "Series empty #1", "slug": "series-empty-_1"}}, {"model": "stroyprombeton.series", "pk": 5, "fields": {"page": 381, "name": "Series empty #2", "slug": "series-empty-_2"}}, {"model": "stroyprombeton.series", "pk": 6, "fields": {"page": 382, "name": "Series empty #3", "slug": "series-empty-_3"}}, {"model": "stroyprombeton.series", "pk": 7, "fields": {"page": 383, "name": "Series empty #4", "slug": "series-empty-_4"}}, {"model": "stroyprombeton.series", "pk": 8, "fields": {"page": 384, "name": "Series empty #5", "slug": "series-empty-_5"}}, {"model": "stroyprombeton.series", "pk": 9, "fields": {"page": 385, "name": "Series empty #6", "slug": "series-empty-_6"}}, {"model": "stroyprombeton.series", "pk": 10, "fields": {"page": 386, "name": "Series empty #7", "slug": "series-empty-_7"}}, {"model": "stroyprombeton.series", "pk": 11, "fields": {"page": 387, "name": "Series empty #8", "slug": "series-empty-_8"}}, {"model": "stroyprombeton.series", "pk": 12, "fields": {"page": 388, "name": "Series empty #9", "slug": "series-empty-_9"}}, {"model": "stroyprombeton.series", "pk": 13, "fields": {"page": 389, "name": "Series empty #10", "slug": "series-empty-_10"}}, {"model": "stroyprombeton.series", "pk": 14, "fields": {"page": 390, "name": "Series empty #11", "slug": "series-empty-_11"}}, {"model": "stroyprombeton.series", "pk": 15, "fields": {"page": 391, "name": "Series empty #12", "slug": "series-empty-_12"}}, {"model": "stroyprombeton.series", "pk": 16, "fields": {"page": 392, "name": "Series empty #13", "slug": "series-empty-_13"}}, {"model": "stroyprombeton.series", "pk": 17, "fields": {"page": 393, "name": "Series empty #14", "slug": "series-empty-_14"}}, {"model": "stroyprombeton.series", "pk": 18, "fields": {"page": 394, "name": "Series empty #15", "slug": "series-empty-_15"}}, {"model": "stroyprombeton.series", "pk": 19, "fields": {"page": 395, "name": "Series empty #16", "slug": "series-empty-_16"}}, {"model": "stroyprombeton.series", "pk": 20, "fields": {"page": 396, "name": "Series empty #17", "slug": "series-empty-_17"}}, {"model": "stroyprombeton.series", "pk": 21, "fields": {"page": 397, "name": "Series empty #18", "slug": "series-empty-_18"}}, {"model": "stroyprombeton.series", "pk": 22, "fields": {"page": 398, "name": "Series empty #19", "slug": "series-empty-_19"}}, {"model": "stroyprombeton.series", "pk": 23, "fields": {"page": 399, "name": "Series empty #20", "slug": "series-empty-_20"}}, {"model": "stroyprombeton.series", "pk": 24, "fields": {"page": 400, "name": "Series empty #21", "slug": "series-empty-_21"}}, {"model": "stroyprombeton.series", "pk": 25, "fields": {"page": 401, "name": "Series empty #22", "slug": "series-empty-_22"}}, {"model": "stroyprombeton.series", "pk": 26, "fields": {"page": 402, "name": "Series empty #23", "slug": "series-empty-_23"}}, {"model": "stroyprombeton.series", "pk": 27, "fields": {"page": 403, "name": "Series empty #24", "slug": "series-empty-_24"}}, {"model": "stroyprombeton.series", "pk": 28, "fields": {"page": 404, "name": "Series empty #25", "slug": "series-empty-_25"}}, {"model": "stroyprombeton.series", "pk": 29, "fields": {"page": 405, "name": "Series empty #26", "slug": "series-empty-_26"}}, {"model": "stroyprombeton.series", "pk": 30, "fields": {"page": 406, "name": "Series empty #27", "slug": "series-empty-_27"}}, {"model": "stroyprombeton.series", "pk": 31, "fields": {"page": 407, "name": "Series empty #28", "slug": "series-empty-_28"}}, {"model": "stroyprombeton.series", "pk": 32, "fields": {"page": 408, "name": "Series empty #29", "slug": "series-empty-_29"}}, {"model": "stroyprombeton.series", "pk": 33, "fields": {"page": 409, "name": "Series empty #30", "slug": "series-empty-_30"}}, {"model": "stroyprombeton.series", "pk": 34, "fields": {"page": 410, "name": "Series empty #31", "slug": "series-empty-_31"}}, {"model": "stroyprombeton.series", "pk": 35, "fields": {"page": 411, "name": "Series empty #32", "slug": "series-empty-_32"}}, {"model": "stroyprombeton.series", "pk": 36, "fields": {"page": 412, "name": "Series empty #33", "slug": "series-empty-_33"}}, {"model": "stroyprombeton.series", "pk": 37, "fields": {"page": 413, "name": "Series empty #34", "slug": "series-empty-_34"}}, {"model": "stroyprombeton.series", "pk": 38, "fields": {"page": 414, "name": "Series empty #35", "slug": "series-empty-_35"}}, {"model": "stroyprombeton.series", "pk": 39, "fields": {"page": 415, "name": "Series empty #36", "slug": "series-empty-_36"}}, {"model": "stroyprombeton.series", "pk": 40, "fields": {"page": 416, "name": "Series empty #37", "slug": "series-empty-_37"}}, {"model": "stroyprombeton.option", "pk": 1, "fields": {"code": null, "mark": "mark #1", "product": 1, "series": 1, "date_price_updated": "2019-05-25", "price": 100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 2, "fields": {"code": null, "mark": "mark #2", "product": 1, "series": 1, "date_price_updated": "2019-05-25", "price": 100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 3, "fields": {"code": null, "mark": "mark #3", "product": 2, "series": 1, "date_price_updated": "2019-05-25", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 4, "fields": {"code": null, "mark": "mark #4", "product": 2, "series": 1, "date_price_updated": "2019-05-25", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 5, "fields": {"code": null, "mark": "mark #5", "product": 3, "series": 1, "date_price_updated": "2019-05-25", "price": 300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 6, "fields": {"code": null, "mark": "mark #6", "product": 3, "series": 1, "date_price_updated": "2019-05-25", "price": 300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 7, "fields": {"code": null, "mark": "mark #7", "product": 4, "series": 1, "date_price_updated": "2019-05-25", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 8, "fields": {"code": null, "mark": "mark #8", "product": 4, "series": 1, "date_price_updated": "2019-05-25", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 9, "fields": {"code": null, "mark": "mark #9", "product": 5, "series": 1, "date_price_updated": "2019-05-25", "price": 500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 10, "fields": {"code": null, "mark": "mark #10", "product": 5, "series": 1, "date_price_updated": "2019-05-25", "price": 500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 11, "fields": {"code": null, "mark": "mark #11", "product": 6, "series": 1, "date_price_updated": "2019-05-25", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 12, "fields": {"code": null, "mark": "mark #12", "product": 6, "series": 1, "date_price_updated": "2019-05-25", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 13, "fields": {"code": null, "mark": "mark #13", "product": 7, "series": 1, "date_price_updated": "2019-05-25", "price": 700.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 14, "fields": {"code": null, "mark": "mark #14", "product": 7, "series": 1, "date_price_updated": "2019-05-25", "price": 700.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 15, "fields": {"code": null, "mark": "mark #15", "product": 8, "series": 1, "date_price_updated": "2019-05-25", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 16, "fields": {"code": null, "mark": "mark #16", "product": 8, "series": 1, "date_price_updated": "2019-05-25", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 17, "fields": {"code": null, "mark": "mark #17", "product": 9, "series": 1, "date_price_updated": "2019-05-25", "price": 900.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 18, "fields": {"code": null, "mark": "mark #18", "product": 9, "series": 1, "date_price_updated": "2019-05-25", "price": 900.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 19, "fields": {"code": null, "mark": "mark #19", "product": 10, "series": 1, "date_price_updated": "2019-05-25", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 20, "fields": {"code": null, "mark": "mark #20", "product": 10, "series": 1, "date_price_updated": "2019-05-25", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 21, "fields": {"code": null, "mark": "mark #21", "product": 11, "series": 1, "date_price_updated": "2019-05-25", "price": 1100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 22, "fields": {"code": null, "mark": "mark #22", "product": 11, "series": 1, "date_price_updated": "2019-05-25", "price": 1100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 23, "fields": {"code": null, "mark": "mark #23", "product": 12, "series": 1, "date_price_updated": "2019-05-25", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 24, "fields": {"code": null, "mark": "mark #24", "product": 12, "series": 1, "date_price_updated": "2019-05-25", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 25, "fields": {"code": null, "mark": "mark #25", "product": 13, "series": 1, "date_price_updated": "2019-05-25", "price": 1300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 26, "fields": {"code": null, "mark": "mark #26", "product": 13, "series": 1, "date_price_updated": "2019-05-25", "price": 1300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 27, "fields": {"code": null, "mark": "mark #27", "product": 14, "series": 1, "date_price_updated": "2019-05-25", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 28, "fields": {"code": null, "mark": "mark #28", "product": 14, "series": 1, "date_price_updated": "2019-05-25", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 29, "fields": {"code": null, "mark": "mark #29", "product": 15, "series": 1, "date_price_updated": "2019-05-25", "price": 1500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 30, "fields": {"code": null, "mark": "mark #30", "product": 15, "series": 1, "date_price_updated": "2019-05-25", "price": 1500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 31, "fields": {"code": null, "mark": "mark #31", "product": 16, "series": 1, "date_price_updated": "2019-05-25", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 32, "fields": {"code": null, "mark": "mark #32", "product": 16, "series": 1, "date_price_updated": "2019-05-25", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 33, "fields": {"code": null, "mark": "mark #33", "product": 17, "series": 1, "date_price_updated": "2019-05-25", "price": 1700.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 34, "fields": {"code": null, "mark": "mark #34", "product": 17, "series": 1, "date_price_updated": "2019-05-25", "price": 1700.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 35, "fields": {"code": null, "mark": "mark #35", "product": 18, "series": 1, "date_price_updated": "2019-05-25", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 36, "fields": {"code": null, "mark": "mark #36", "product": 18, "series": 1, "date_price_updated": "2019-05-25", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 37, "fields": {"code": null, "mark": "mark #37", "product": 19, "series": 1, "date_price_updated": "2019-05-25", "price": 1900.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 38, "fields": {"code": null, "mark": "mark #38", "product": 19, "series": 1, "date_price_updated": "2019-05-25", "price": 1900.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 39, "fields": {"code": null, "mark": "mark #39", "product": 20, "series": 1, "date_price_updated": "2019-05-25", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 40, "fields": {"code": null, "mark": "mark #40", "product": 20, "series": 1, "date_price_updated": "2019-05-25", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 41, "fields": {"code": null, "mark": "mark #41", "product": 21, "series": 1, "date_price_updated": "2019-05-25", "price": 2100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 42, "fields": {"code": null, "mark": "mark #42", "product": 21, "series": 1, "date_price_updated": "2019-05-25", "price": 2100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 43, "fields": {"code": null, "mark": "mark #43", "product": 22, "series": 1, "date_price_updated": "2019-05-25", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 44, "fields": {"code": null, "mark": "mark #44", "product": 22, "series": 1, "date_price_updated": "2019-05-25", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 45, "fields": {"code": null, "mark": "mark #45", "product": 23, "series": 1, "date_price_updated": "2019-05-25", "price": 2300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 46, "fields": {"code": null, "mark": "mark #46", "product": 23, "series": 1, "date_price_updated": "2019-05-25", "price": 2300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 47, "fields": {"code": null, "mark": "mark #47", "product": 24, "series": 1, "date_price_updated": "2019-05-25", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 48, "fields": {"code": null, "mark": "mark #48", "product": 24, "series": 1, "date_price_updated": "2019-05-25", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 49, "fields": {"code": null, "mark": "mark #49", "product": 25, "series": 1, "date_price_updated": "2019-05-25", "price": 2500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 50, "fields": {"code": null, "mark": "mark #50", "product": 25, "series": 1, "date_price_updated": "2019-05-25", "price": 2500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 51, "fields": {"code": null, "mark": "mark #1", "product": 26, "series": 2, "date_price_updated": "2019-05-25", "price": 100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 52, "fields": {"code": null, "mark": "mark #2", "product": 26, "series": 2, "date_price_updated": "2019-05-25", "price": 100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 53, "fields": {"code": null, "mark": "mark #3", "product": 27, "series": 2, "date_price_updated": "2019-05-25", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 54, "fields": {"code": null, "mark": "mark #4", "product": 27, "series": 2, "date_price_updated": "2019-05-25", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 55, "fields": {"code": null, "mark": "mark #5", "product": 28, "series": 2, "date_price_updated": "2019-05-25", "price": 300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 56, "fields": {"code": null, "mark": "mark #6", "product": 28, "series": null, "date_price_updated": "2019-05-25", "price": 300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 57, "fields": {"code": null, "mark": "mark #7", "product": 29, "series": null, "date_price_updated": "2019-05-25", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 58, "fields": {"code": null, "mark": "mark #8", "product": 29, "series": null, "date_price_updated": "2019-05-25", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 59, "fields": {"code": null, "mark": "mark #9", "product": 30, "series": null, "date_price_updated": "2019-05-25", "price": 500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 60, "fields": {"code": null, "mark": "mark #10", "product": 30, "series": null, "date_price_updated": "2019-05-25", "price": 500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 61, "fields": {"code": null, "mark": "mark #11", "product": 31, "series": null, "date_price_updated": "2019-05-25", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 62, "fields": {"code": null, "mark": "mark #12", "product": 31, "series": null, "date_price_updated": "2019-05-25", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 63, "fields": {"code": null, "mark": "mark #13", "product": 32, "series": null, "date_price_updated": "2019-05-25", "price": 700.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 64, "fields": {"code": null, "mark": "mark #14", "product": 32, "series": null, "date_price_updated": "2019-05-25", "price": 700.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 65, "fields": {"code": null, "mark": "mark #15", "product": 33, "series": null, "date_price_updated": "2019-05-25", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 66, "fields": {"code": null, "mark": "mark #16", "product": 33, "series": null, "date_price_updated": "2019-05-25", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 67, "fields": {"code": null, "mark": "mark #17", "product": 34, "series": null, "date_price_updated": "2019-05-25", "price": 900.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 68, "fields": {"code": null, "mark": "mark #18", "product": 34, "series": null, "date_price_updated": "2019-05-25", "price": 900.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 69, "fields": {"code": null, "mark": "mark #19", "product": 35, "series": null, "date_price_updated": "2019-05-25", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 70, "fields": {"code": null, "mark": "mark #20", "product": 35, "series": null, "date_price_updated": "2019-05-25", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 71, "fields": {"code": null, "mark": "mark #21", "product": 36, "series": null, "date_price_updated": "2019-05-25", "price": 1100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 72, "fields": {"code": null, "mark": "mark #22", "product": 36, "series": null, "date_price_updated": "2019-05-25", "price": 1100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 73, "fields": {"code": null, "mark": "mark #23", "product": 37, "series": null, "date_price_updated": "2019-05-25", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 74, "fields": {"code": null, "mark": "mark #24", "product": 37, "series": null, "date_price_updated": "2019-05-25", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 75, "fields": {"code": null, "mark": "mark #25", "product": 38, "series": null, "date_price_updated": "2019-05-25", "price": 1300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 76, "fields": {"code": null, "mark": "mark #26", "product": 38, "series": null, "date_price_updated": "2019-05-25", "price": 1300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 77, "fields": {"code": null, "mark": "mark #27", "product": 39, "series": null, "date_price_updated": "2019-05-25", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 78, "fields": {"code": null, "mark": "mark #28", "product": 39, "series": null, "date_price_updated": "2019-05-25", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 79, "fields": {"code": null, "mark": "mark #29", "product": 40, "series": null, "date_price_updated": "2019-05-25", "price": 1500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 80, "fields": {"code": null, "mark": "mark #30", "product": 40, "series": null, "date_price_updated": "2019-05-25", "price": 1500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 81, "fields": {"code": null, "mark": "mark #31", "product": 41, "series": null, "date_price_updated": "2019-05-25", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 82, "fields": {"code": null, "mark": "mark #32", "product": 41, "series": null, "date_price_updated": "2019-05-25", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 83, "fields": {"code": null, "mark": "mark #33", "product": 42, "series": null, "date_price_updated": "2019-05-25", "price": 1700.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 84, "fields": {"code": null, "mark": "mark #34", "product": 42, "series": null, "date_price_updated": "2019-05-25", "price": 1700.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 85, "fields": {"code": null, "mark": "mark #35", "product": 43, "series": null, "date_price_updated": "2019-05-25", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 86, "fields": {"code": null, "mark": "mark #36", "product": 43, "series": null, "date_price_updated": "2019-05-25", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 87, "fields": {"code": null, "mark": "mark #37", "product": 44, "series": null, "date_price_updated": "2019-05-25", "price": 1900.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 88, "fields": {"code": null, "mark": "mark #38", "product": 44, "series": null, "date_price_updated": "2019-05-25", "price": 1900.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 89, "fields": {"code": null, "mark": "mark #39", "product": 45, "series": null, "date_price_updated": "2019-05-25", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 90, "fields": {"code": null, "mark": "mark #40", "product": 45, "series": null, "date_price_updated": "2019-05-25", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 91, "fields": {"code": null, "mark": "mark #41", "product": 46, "series": null, "date_price_updated": "2019-05-25", "price": 2100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 92, "fields": {"code": null, "mark": "mark #42", "product": 46, "series": null, "date_price_updated": "2019-05-25", "price": 2100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 93, "fields": {"code": null, "mark": "mark #43", "product": 47, "series": null, "date_price_updated": "2019-05-25", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 94, "fields": {"code": null, "mark": "mark #44", "product": 47, "series": null, "date_price_updated": "2019-05-25", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 95, "fields": {"code": null, "mark": "mark #45", "product": 48, "series": null, "date_price_updated": "2019-05-25", "price": 2300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 96, "fields": {"code": null, "mark": "mark #46", "product": 48, "series": null, "date_price_updated": "2019-05-25", "price": 2300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 97, "fields": {"code": null, "mark": "mark #47", "product": 49, "series": null, "date_price_updated": "2019-05-25", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 98, "fields": {"code": null, "mark": "mark #48", "product": 49, "series": null, "date_price_updated": "2019-05-25", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 99, "fields": {"code": null, "mark": "mark #49", "product": 50, "series": null, "date_price_updated": "2019-05-25", "price": 2500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 100, "fields": {"code": null, "mark": "mark #50", "product": 50, "series": null, "date_price_updated": "2019-05-25", "price": 2500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 101, "fields": {"code": null, "mark": "mark #1", "product": 51, "series": null, "date_price_updated": "2019-05-25", "price": 100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 102, "fields": {"code": null, "mark": "mark #2", "product": 51, "series": null, "date_price_updated": "2019-05-25", "price": 100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 103, "fields": {"code": null, "mark": "mark #3", "product": 52, "series": null, "date_price_updated": "2019-05-25", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 104, "fields": {"code": null, "mark": "mark #4", "product": 52, "series": null, "date_price_updated": "2019-05-25", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 105, "fields": {"code": null, "mark": "mark #5", "product": 53, "series": null, "date_price_updated": "2019-05-25", "price": 300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 106, "fields": {"code": null, "mark": "mark #6", "product": 53, "series": null, "date_price_updated": "2019-05-25", "price": 300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 107, "fields": {"code": null, "mark": "mark #7", "product": 54, "series": null, "date_price_updated": "2019-05-25", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 108, "fields": {"code": null, "mark": "mark #8", "product": 54, "series": null, "date_price_updated": "2019-05-25", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 109, "fields": {"code": null, "mark": "mark #9", "product": 55, "series": null, "date_price_updated": "2019-05-25", "price": 500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 110, "fields": {"code": null, "mark": "mark #10", "product": 55, "series": null, "date_price_updated": "2019-05-25", "price": 500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 111, "fields": {"code": null, "mark": "mark #11", "product": 56, "series": null, "date_price_updated": "2019-05-25", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 112, "fields": {"code": null, "mark": "mark #12", "product": 56, "series": null, "date_price_updated": "2019-05-25", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 113, "fields": {"code": null, "mark": "mark #13", "product": 57, "series": null, "date_price_updated": "2019-05-25", "price": 700.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 114, "fields": {"code": null, "mark": "mark #14", "product": 57, "series": null, "date_price_updated": "2019-05-25", "price": 700.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 115, "fields": {"code": null, "mark": "mark #15", "product": 58, "series": null, "date_price_updated": "2019-05-25", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 116, "fields": {"code": null, "mark": "mark #16", "product": 58, "series": null, "date_price_updated": "2019-05-25", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 117, "fields": {"code": null, "mark": "mark #17", "product": 59, "series": null, "date_price_updated": "2019-05-25", "price": 900.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 118, "fields": {"code": null, "mark": "mark #18", "product": 59, "series": null, "date_price_updated": "2019-05-25", "price": 900.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 119, "fields": {"code": null, "mark": "mark #19", "product": 60, "series": null, "date_price_updated": "2019-05-25", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 120, "fields": {"code": null, "mark": "mark #20", "product": 60, "series": null, "date_price_updated": "2019-05-25", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 121, "fields": {"code": null, "mark": "mark #21", "product": 61, "series": null, "date_price_updated": "2019-05-25", "price": 1100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 122, "fields": {"code": null, "mark": "mark #22", "product": 61, "series": null, "date_price_updated": "2019-05-25", "price": 1100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 123, "fields": {"code": null, "mark": "mark #23", "product": 62, "series": null, "date_price_updated": "2019-05-25", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 124, "fields": {"code": null, "mark": "mark #24", "product": 62, "series": null, "date_price_updated": "2019-05-25", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 125, "fields": {"code": null, "mark": "mark #25", "product": 63, "series": null, "date_price_updated": "2019-05-25", "price": 1300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 126, "fields": {"code": null, "mark": "mark #26", "product": 63, "series": null, "date_price_updated": "2019-05-25", "price": 1300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 127, "fields": {"code": null, "mark": "mark #27", "product": 64, "series": null, "date_price_updated": "2019-05-25", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 128, "fields": {"code": null, "mark": "mark #28", "product": 64, "series": null, "date_price_updated": "2019-05-25", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 129, "fields": {"code": null, "mark": "mark #29", "product": 65, "series": null, "date_price_updated": "2019-05-25", "price": 1500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 130, "fields": {"code": null, "mark": "mark #30", "product": 65, "series": null, "date_price_updated": "2019-05-25", "price": 1500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 131, "fields": {"code": null, "mark": "mark #31", "product": 66, "series": null, "date_price_updated": "2019-05-25", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 132, "fields": {"code": null, "mark": "mark #32", "product": 66, "series": null, "date_price_updated": "2019-05-25", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 133, "fields": {"code": null, "mark": "mark #33", "product": 67, "series": null, "date_price_updated": "2019-05-25", "price": 1700.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 134, "fields": {"code": null, "mark": "mark #34", "product": 67, "series": null, "date_price_updated": "2019-05-25", "price": 1700.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 135, "fields": {"code": null, "mark": "mark #35", "product": 68, "series": null, "date_price_updated": "2019-05-25", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 136, "fields": {"code": null, "mark": "mark #36", "product": 68, "series": null, "date_price_updated": "2019-05-25", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 137, "fields": {"code": null, "mark": "mark #37", "product": 69, "series": null, "date_price_updated": "2019-05-25", "price": 1900.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 138, "fields": {"code": null, "mark": "mark #38", "product": 69, "series": null, "date_price_updated": "2019-05-25", "price": 1900.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 139, "fields": {"code": null, "mark": "mark #39", "product": 70, "series": null, "date_price_updated": "2019-05-25", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 140, "fields": {"code": null, "mark": "mark #40", "product": 70, "series": null, "date_price_updated": "2019-05-25", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 141, "fields": {"code": null, "mark": "mark #41", "product": 71, "series": null, "date_price_updated": "2019-05-25", "price": 2100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 142, "fields": {"code": null, "mark": "mark #42", "product": 71, "series": null, "date_price_updated": "2019-05-25", "price": 2100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 143, "fields": {"code": null, "mark": "mark #43", "product": 72, "series": null, "date_price_updated": "2019-05-25", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 144, "fields": {"code": null, "mark": "mark #44", "product": 72, "series": null, "date_price_updated": "2019-05-25", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 145, "fields": {"code": null, "mark": "mark #45", "product": 73, "series": null, "date_price_updated": "2019-05-25", "price": 2300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 146, "fields": {"code": null, "mark": "mark #46", "product": 73, "series": null, "date_price_updated": "2019-05-25", "price": 2300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 147, "fields": {"code": null, "mark": "mark #47", "product": 74, "series": null, "date_price_updated": "2019-05-25", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 148, "fields": {"code": null, "mark": "mark #48", "product": 74, "series": null, "date_price_updated": "2019-05-25", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 149, "fields": {"code": null, "mark": "mark #49", "product": 75, "series": null, "date_price_updated": "2019-05-25", "price": 2500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 150, "fields": {"code": null, "mark": "mark #50", "product": 75, "series": null, "date_price_updated": "2019-05-25", "price": 2500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 151, "fields": {"code": null, "mark": "mark #1", "product": 76, "series": null, "date_price_updated": "2019-05-25", "price": 100.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 152, "fields": {"code": null, "mark": "mark #2", "product": 76, "series": null, "date_price_updated": "2019-05-25", "price": 100.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 153, "fields": {"code": null, "mark": "mark #3", "product": 77, "series": null, "date_price_updated": "2019-05-25", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 154, "fields": {"code": null, "mark": "mark #4", "product": 77, "series": null, "date_price_updated": "2019-05-25", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 155, "fields": {"code": null, "mark": "mark #5", "product": 78, "series": null, "date_price_updated": "2019-05-25", "price": 300.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 156, "fields": {"code": null, "mark": "mark #6", "product": 78, "series": null, "date_price_updated": "2019-05-25", "price": 300.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 157, "fields": {"code": null, "mark": "mark #7", "product": 79, "series": null, "date_price_updated": "2019-05-25", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 158, "fields": {"code": null, "mark": "mark #8", "product": 79, "series": null, "date_price_updated": "2019-05-25", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 159, "fields": {"code": null, "mark": "mark #9", "product": 80, "series": null, "date_price_updated": "2019-05-25", "price": 500.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 160, "fields": {"code": null, "mark": "mark #10", "product": 80, "series": null, "date_price_updated": "2019-05-25", "price": 500.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 161, "fields": {"code": null, "mark": "mark #11", "product": 81, "series": null, "date_price_updated": "2019-05-25", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 162, "fields": {"code": null, "mark": "mark #12", "product": 81, "series": null, "date_price_updated": "2019-05-25", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 163, "fields": {"code": null, "mark": "mark #13", "product": 82, "series": null, "date_price_updated": "2019-05-25", "price": 700.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 164, "fields": {"code": null, "mark": "mark #14", "product": 82, "series": null, "date_price_updated": "2019-05-25", "price": 700.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 165, "fields": {"code": null, "mark": "mark #15", "product": 83, "series": null, "date_price_updated": "2019-05-25", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 166, "fields": {"code": null, "mark": "mark #16", "product": 83, "series": null, "date_price_updated": "2019-05-25", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 167, "fields": {"code": null, "mark": "mark #17", "product": 84, "series": null, "date_price_updated": "2019-05-25", "price": 900.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 168, "fields": {"code": null, "mark": "mark #18", "product": 84, "series": null, "date_price_updated": "2019-05-25", "price": 900.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 169, "fields": {"code": null, "mark": "mark #19", "product": 85, "series": null, "date_price_updated": "2019-05-25", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 170, "fields": {"code": null, "mark": "mark #20", "product": 85, "series": null, "date_price_updated": "2019-05-25", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 171, "fields": {"code": null, "mark": "mark #21", "product": 86, "series": null, "date_price_updated": "2019-05-25", "price": 1100.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 172, "fields": {"code": null, "mark": "mark #22", "product": 86, "series": null, "date_price_updated": "2019-05-25", "price": 1100.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 173, "fields": {"code": null, "mark": "mark #23", "product": 87, "series": null, "date_price_updated": "2019-05-25", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 174, "fields": {"code": null, "mark": "mark #24", "product": 87, "series": null, "date_price_updated": "2019-05-25", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 175, "fields": {"code": null, "mark": "mark #25", "product": 88, "series": null, "date_price_updated": "2019-05-25", "price": 1300.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 176, "fields": {"code": null, "mark": "mark #26", "product": 88, "series": null, "date_price_updated": "2019-05-25", "price": 1300.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 177, "fields": {"code": null, "mark": "mark #27", "product": 89, "series": null, "date_price_updated": "2019-05-25", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 178, "fields": {"code": null, "mark": "mark #28", "product": 89, "series": null, "date_price_updated": "2019-05-25", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 179, "fields": {"code": null, "mark": "mark #29", "product": 90, "series": null, "date_price_updated": "2019-05-25", "price": 1500.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 180, "fields": {"code": null, "mark": "mark #30", "product": 90, "series": null, "date_price_updated": "2019-05-25", "price": 1500.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 181, "fields": {"code": null, "mark": "mark #31", "product": 91, "series": null, "date_price_updated": "2019-05-25", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 182, "fields": {"code": null, "mark": "mark #32", "product": 91, "series": null, "date_price_updated": "2019-05-25", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 183, "fields": {"code": null, "mark": "mark #33", "product": 92, "series": null, "date_price_updated": "2019-05-25", "price": 1700.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 184, "fields": {"code": null, "mark": "mark #34", "product": 92, "series": null, "date_price_updated": "2019-05-25", "price": 1700.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 185, "fields": {"code": null, "mark": "mark #35", "product": 93, "series": null, "date_price_updated": "2019-05-25", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 186, "fields": {"code": null, "mark": "mark #36", "product": 93, "series": null, "date_price_updated": "2019-05-25", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 187, "fields": {"code": null, "mark": "mark #37", "product": 94, "series": null, "date_price_updated": "2019-05-25", "price": 1900.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 188, "fields": {"code": null, "mark": "mark #38", "product": 94, "series": null, "date_price_updated": "2019-05-25", "price": 1900.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 189, "fields": {"code": null, "mark": "mark #39", "product": 95, "series": null, "date_price_updated": "2019-05-25", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 190, "fields": {"code": null, "mark": "mark #40", "product": 95, "series": null, "date_price_updated": "2019-05-25", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 191, "fields": {"code": null, "mark": "mark #41", "product": 96, "series": null, "date_price_updated": "2019-05-25", "price": 2100.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 192, "fields": {"code": null, "mark": "mark #42", "product": 96, "series": null, "date_price_updated": "2019-05-25", "price": 2100.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 193, "fields": {"code": null, "mark": "mark #43", "product": 97, "series": null, "date_price_updated": "2019-05-25", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 194, "fields": {"code": null, "mark": "mark #44", "product": 97, "series": null, "date_price_updated": "2019-05-25", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 195, "fields": {"code": null, "mark": "mark #45", "product": 98, "series": null, "date_price_updated": "2019-05-25", "price": 2300.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 196, "fields": {"code": null, "mark": "mark #46", "product": 98, "series": null, "date_price_updated": "2019-05-25", "price": 2300.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 197, "fields": {"code": null, "mark": "mark #47", "product": 99, "series": null, "date_price_updated": "2019-05-25", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 198, "fields": {"code": null, "mark": "mark #48", "product": 99, "series": null, "date_price_updated": "2019-05-25", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 199, "fields": {"code": null, "mark": "mark #49", "product": 100, "series": null, "date_price_updated": "2019-05-25", "price": 2500.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 200, "fields": {"code": null, "mark": "mark #50", "product": 100, "series": null, "date_price_updated": "2019-05-25", "price": 2500.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 201, "fields": {"code": null, "mark": "mark #1", "product": 101, "series": null, "date_price_updated": "2019-05-25", "price": 100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 202, "fields": {"code": null, "mark": "mark #2", "product": 101, "series": null, "date_price_updated": "2019-05-25", "price": 100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 203, "fields": {"code": null, "mark": "mark #3", "product": 102, "series": null, "date_price_updated": "2019-05-25", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 204, "fields": {"code": null, "mark": "mark #4", "product": 102, "series": null, "date_price_updated": "2019-05-25", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 205, "fields": {"code": null, "mark": "mark #5", "product": 103, "series": null, "date_price_updated": "2019-05-25", "price": 300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 206, "fields": {"code": null, "mark": "mark #6", "product": 103, "series": null, "date_price_updated": "2019-05-25", "price": 300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 207, "fields": {"code": null, "mark": "mark #7", "product": 104, "series": null, "date_price_updated": "2019-05-25", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 208, "fields": {"code": null, "mark": "mark #8", "product": 104, "series": null, "date_price_updated": "2019-05-25", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 209, "fields": {"code": null, "mark": "mark #9", "product": 105, "series": null, "date_price_updated": "2019-05-25", "price": 500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 210, "fields": {"code": null, "mark": "mark #10", "product": 105, "series": null, "date_price_updated": "2019-05-25", "price": 500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 211, "fields": {"code": null, "mark": "mark #11", "product": 106, "series": null, "date_price_updated": "2019-05-25", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 212, "fields": {"code": null, "mark": "mark #12", "product": 106, "series": null, "date_price_updated": "2019-05-25", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 213, "fields": {"code": null, "mark": "mark #13", "product": 107, "series": null, "date_price_updated": "2019-05-25", "price": 700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 214, "fields": {"code": null, "mark": "mark #14", "product": 107, "series": null, "date_price_updated": "2019-05-25", "price": 700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 215, "fields": {"code": null, "mark": "mark #15", "product": 108, "series": null, "date_price_updated": "2019-05-25", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 216, "fields": {"code": null, "mark": "mark #16", "product": 108, "series": null, "date_price_updated": "2019-05-25", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 217, "fields": {"code": null, "mark": "mark #17", "product": 109, "series": null, "date_price_updated": "2019-05-25", "price": 900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 218, "fields": {"code": null, "mark": "mark #18", "product": 109, "series": null, "date_price_updated": "2019-05-25", "price": 900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 219, "fields": {"code": null, "mark": "mark #19", "product": 110, "series": null, "date_price_updated": "2019-05-25", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 220, "fields": {"code": null, "mark": "mark #20", "product": 110, "series": null, "date_price_updated": "2019-05-25", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 221, "fields": {"code": null, "mark": "mark #21", "product": 111, "series": null, "date_price_updated": "2019-05-25", "price": 1100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 222, "fields": {"code": null, "mark": "mark #22", "product": 111, "series": null, "date_price_updated": "2019-05-25", "price": 1100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 223, "fields": {"code": null, "mark": "mark #23", "product": 112, "series": null, "date_price_updated": "2019-05-25", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 224, "fields": {"code": null, "mark": "mark #24", "product": 112, "series": null, "date_price_updated": "2019-05-25", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 225, "fields": {"code": null, "mark": "mark #25", "product": 113, "series": null, "date_price_updated": "2019-05-25", "price": 1300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 226, "fields": {"code": null, "mark": "mark #26", "product": 113, "series": null, "date_price_updated": "2019-05-25", "price": 1300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 227, "fields": {"code": null, "mark": "mark #27", "product": 114, "series": null, "date_price_updated": "2019-05-25", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 228, "fields": {"code": null, "mark": "mark #28", "product": 114, "series": null, "date_price_updated": "2019-05-25", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 229, "fields": {"code": null, "mark": "mark #29", "product": 115, "series": null, "date_price_updated": "2019-05-25", "price": 1500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 230, "fields": {"code": null, "mark": "mark #30", "product": 115, "series": null, "date_price_updated": "2019-05-25", "price": 1500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 231, "fields": {"code": null, "mark": "mark #31", "product": 116, "series": null, "date_price_updated": "2019-05-25", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 232, "fields": {"code": null, "mark": "mark #32", "product": 116, "series": null, "date_price_updated": "2019-05-25", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 233, "fields": {"code": null, "mark": "mark #33", "product": 117, "series": null, "date_price_updated": "2019-05-25", "price": 1700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 234, "fields": {"code": null, "mark": "mark #34", "product": 117, "series": null, "date_price_updated": "2019-05-25", "price": 1700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 235, "fields": {"code": null, "mark": "mark #35", "product": 118, "series": null, "date_price_updated": "2019-05-25", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 236, "fields": {"code": null, "mark": "mark #36", "product": 118, "series": null, "date_price_updated": "2019-05-25", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 237, "fields": {"code": null, "mark": "mark #37", "product": 119, "series": null, "date_price_updated": "2019-05-25", "price": 1900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 238, "fields": {"code": null, "mark": "mark #38", "product": 119, "series": null, "date_price_updated": "2019-05-25", "price": 1900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 239, "fields": {"code": null, "mark": "mark #39", "product": 120, "series": null, "date_price_updated": "2019-05-25", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 240, "fields": {"code": null, "mark": "mark #40", "product": 120, "series": null, "date_price_updated": "2019-05-25", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 241, "fields": {"code": null, "mark": "mark #41", "product": 121, "series": null, "date_price_updated": "2019-05-25", "price": 2100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 242, "fields": {"code": null, "mark": "mark #42", "product": 121, "series": null, "date_price_updated": "2019-05-25", "price": 2100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 243, "fields": {"code": null, "mark": "mark #43", "product": 122, "series": null, "date_price_updated": "2019-05-25", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 244, "fields": {"code": null, "mark": "mark #44", "product": 122, "series": null, "date_price_updated": "2019-05-25", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 245, "fields": {"code": null, "mark": "mark #45", "product": 123, "series": null, "date_price_updated": "2019-05-25", "price": 2300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 246, "fields": {"code": null, "mark": "mark #46", "product": 123, "series": null, "date_price_updated": "2019-05-25", "price": 2300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 247, "fields": {"code": null, "mark": "mark #47", "product": 124, "series": null, "date_price_updated": "2019-05-25", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 248, "fields": {"code": null, "mark": "mark #48", "product": 124, "series": null, "date_price_updated": "2019-05-25", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 249, "fields": {"code": null, "mark": "mark #49", "product": 125, "series": null, "date_price_updated": "2019-05-25", "price": 2500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 250, "fields": {"code": null, "mark": "mark #50", "product": 125, "series": null, "date_price_updated": "2019-05-25", "price": 2500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 251, "fields": {"code": null, "mark": "mark #51", "product": 126, "series": null, "date_price_updated": "2019-05-25", "price": 2600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 252, "fields": {"code": null, "mark": "mark #52", "product": 126, "series": null, "date_price_updated": "2019-05-25", "price": 2600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 253, "fields": {"code": null, "mark": "mark #53", "product": 127, "series": null, "date_price_updated": "2019-05-25", "price": 2700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 254, "fields": {"code": null, "mark": "mark #54", "product": 127, "series": null, "date_price_updated": "2019-05-25", "price": 2700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 255, "fields": {"code": null, "mark": "mark #55", "product": 128, "series": null, "date_price_updated": "2019-05-25", "price": 2800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 256, "fields": {"code": null, "mark": "mark #56", "product": 128, "series": null, "date_price_updated": "2019-05-25", "price": 2800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 257, "fields": {"code": null, "mark": "mark #57", "product": 129, "series": null, "date_price_updated": "2019-05-25", "price": 2900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 258, "fields": {"code": null, "mark": "mark #58", "product": 129, "series": null, "date_price_updated": "2019-05-25", "price": 2900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 259, "fields": {"code": null, "mark": "mark #59", "product": 130, "series": null, "date_price_updated": "2019-05-25", "price": 3000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 260, "fields": {"code": null, "mark": "mark #60", "product": 130, "series": null, "date_price_updated": "2019-05-25", "price": 3000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 261, "fields": {"code": null, "mark": "mark #61", "product": 131, "series": null, "date_price_updated": "2019-05-25", "price": 3100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 262, "fields": {"code": null, "mark": "mark #62", "product": 131, "series": null, "date_price_updated": "2019-05-25", "price": 3100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 263, "fields": {"code": null, "mark": "mark #63", "product": 132, "series": null, "date_price_updated": "2019-05-25", "price": 3200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 264, "fields": {"code": null, "mark": "mark #64", "product": 132, "series": null, "date_price_updated": "2019-05-25", "price": 3200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 265, "fields": {"code": null, "mark": "mark #65", "product": 133, "series": null, "date_price_updated": "2019-05-25", "price": 3300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 266, "fields": {"code": null, "mark": "mark #66", "product": 133, "series": null, "date_price_updated": "2019-05-25", "price": 3300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 267, "fields": {"code": null, "mark": "mark #67", "product": 134, "series": null, "date_price_updated": "2019-05-25", "price": 3400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 268, "fields": {"code": null, "mark": "mark #68", "product": 134, "series": null, "date_price_updated": "2019-05-25", "price": 3400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 269, "fields": {"code": null, "mark": "mark #69", "product": 135, "series": null, "date_price_updated": "2019-05-25", "price": 3500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 270, "fields": {"code": null, "mark": "mark #70", "product": 135, "series": null, "date_price_updated": "2019-05-25", "price": 3500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 271, "fields": {"code": null, "mark": "mark #71", "product": 136, "series": null, "date_price_updated": "2019-05-25", "price": 3600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 272, "fields": {"code": null, "mark": "mark #72", "product": 136, "series": null, "date_price_updated": "2019-05-25", "price": 3600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 273, "fields": {"code": null, "mark": "mark #73", "product": 137, "series": null, "date_price_updated": "2019-05-25", "price": 3700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 274, "fields": {"code": null, "mark": "mark #74", "product": 137, "series": null, "date_price_updated": "2019-05-25", "price": 3700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 275, "fields": {"code": null, "mark": "mark #75", "product": 138, "series": null, "date_price_updated": "2019-05-25", "price": 3800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 276, "fields": {"code": null, "mark": "mark #76", "product": 138, "series": null, "date_price_updated": "2019-05-25", "price": 3800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 277, "fields": {"code": null, "mark": "mark #77", "product": 139, "series": null, "date_price_updated": "2019-05-25", "price": 3900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 278, "fields": {"code": null, "mark": "mark #78", "product": 139, "series": null, "date_price_updated": "2019-05-25", "price": 3900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 279, "fields": {"code": null, "mark": "mark #79", "product": 140, "series": null, "date_price_updated": "2019-05-25", "price": 4000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 280, "fields": {"code": null, "mark": "mark #80", "product": 140, "series": null, "date_price_updated": "2019-05-25", "price": 4000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 281, "fields": {"code": null, "mark": "mark #81", "product": 141, "series": null, "date_price_updated": "2019-05-25", "price": 4100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 282, "fields": {"code": null, "mark": "mark #82", "product": 141, "series": null, "date_price_updated": "2019-05-25", "price": 4100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 283, "fields": {"code": null, "mark": "mark #83", "product": 142, "series": null, "date_price_updated": "2019-05-25", "price": 4200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 284, "fields": {"code": null, "mark": "mark #84", "product": 142, "series": null, "date_price_updated": "2019-05-25", "price": 4200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 285, "fields": {"code": null, "mark": "mark #85", "product": 143, "series": null, "date_price_updated": "2019-05-25", "price": 4300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 286, "fields": {"code": null, "mark": "mark #86", "product": 143, "series": null, "date_price_updated": "2019-05-25", "price": 4300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 287, "fields": {"code": null, "mark": "mark #87", "product": 144, "series": null, "date_price_updated": "2019-05-25", "price": 4400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 288, "fields": {"code": null, "mark": "mark #88", "product": 144, "series": null, "date_price_updated": "2019-05-25", "price": 4400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 289, "fields": {"code": null, "mark": "mark #89", "product": 145, "series": null, "date_price_updated": "2019-05-25", "price": 4500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 290, "fields": {"code": null, "mark": "mark #90", "product": 145, "series": null, "date_price_updated": "2019-05-25", "price": 4500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 291, "fields": {"code": null, "mark": "mark #91", "product": 146, "series": null, "date_price_updated": "2019-05-25", "price": 4600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 292, "fields": {"code": null, "mark": "mark #92", "product": 146, "series": null, "date_price_updated": "2019-05-25", "price": 4600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 293, "fields": {"code": null, "mark": "mark #93", "product": 147, "series": null, "date_price_updated": "2019-05-25", "price": 4700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 294, "fields": {"code": null, "mark": "mark #94", "product": 147, "series": null, "date_price_updated": "2019-05-25", "price": 4700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 295, "fields": {"code": null, "mark": "mark #95", "product": 148, "series": null, "date_price_updated": "2019-05-25", "price": 4800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 296, "fields": {"code": null, "mark": "mark #96", "product": 148, "series": null, "date_price_updated": "2019-05-25", "price": 4800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 297, "fields": {"code": null, "mark": "mark #97", "product": 149, "series": null, "date_price_updated": "2019-05-25", "price": 4900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 298, "fields": {"code": null, "mark": "mark #98", "product": 149, "series": null, "date_price_updated": "2019-05-25", "price": 4900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 299, "fields": {"code": null, "mark": "mark #99", "product": 150, "series": null, "date_price_updated": "2019-05-25", "price": 5000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 300, "fields": {"code": null, "mark": "mark #100", "product": 150, "series": null, "date_price_updated": "2019-05-25", "price": 5000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 301, "fields": {"code": null, "mark": "mark #1", "product": 151, "series": null, "date_price_updated": "2019-05-25", "price": 100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 302, "fields": {"code": null, "mark": "mark #2", "product": 151, "series": null, "date_price_updated": "2019-05-25", "price": 100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 303, "fields": {"code": null, "mark": "mark #3", "product": 152, "series": null, "date_price_updated": "2019-05-25", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 304, "fields": {"code": null, "mark": "mark #4", "product": 152, "series": null, "date_price_updated": "2019-05-25", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 305, "fields": {"code": null, "mark": "mark #5", "product": 153, "series": null, "date_price_updated": "2019-05-25", "price": 300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 306, "fields": {"code": null, "mark": "mark #6", "product": 153, "series": null, "date_price_updated": "2019-05-25", "price": 300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 307, "fields": {"code": null, "mark": "mark #7", "product": 154, "series": null, "date_price_updated": "2019-05-25", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 308, "fields": {"code": null, "mark": "mark #8", "product": 154, "series": null, "date_price_updated": "2019-05-25", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 309, "fields": {"code": null, "mark": "mark #9", "product": 155, "series": null, "date_price_updated": "2019-05-25", "price": 500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 310, "fields": {"code": null, "mark": "mark #10", "product": 155, "series": null, "date_price_updated": "2019-05-25", "price": 500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 311, "fields": {"code": null, "mark": "mark #11", "product": 156, "series": null, "date_price_updated": "2019-05-25", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 312, "fields": {"code": null, "mark": "mark #12", "product": 156, "series": null, "date_price_updated": "2019-05-25", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 313, "fields": {"code": null, "mark": "mark #13", "product": 157, "series": null, "date_price_updated": "2019-05-25", "price": 700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 314, "fields": {"code": null, "mark": "mark #14", "product": 157, "series": null, "date_price_updated": "2019-05-25", "price": 700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 315, "fields": {"code": null, "mark": "mark #15", "product": 158, "series": null, "date_price_updated": "2019-05-25", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 316, "fields": {"code": null, "mark": "mark #16", "product": 158, "series": null, "date_price_updated": "2019-05-25", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 317, "fields": {"code": null, "mark": "mark #17", "product": 159, "series": null, "date_price_updated": "2019-05-25", "price": 900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 318, "fields": {"code": null, "mark": "mark #18", "product": 159, "series": null, "date_price_updated": "2019-05-25", "price": 900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 319, "fields": {"code": null, "mark": "mark #19", "product": 160, "series": null, "date_price_updated": "2019-05-25", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 320, "fields": {"code": null, "mark": "mark #20", "product": 160, "series": null, "date_price_updated": "2019-05-25", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 321, "fields": {"code": null, "mark": "mark #21", "product": 161, "series": null, "date_price_updated": "2019-05-25", "price": 1100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 322, "fields": {"code": null, "mark": "mark #22", "product": 161, "series": null, "date_price_updated": "2019-05-25", "price": 1100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 323, "fields": {"code": null, "mark": "mark #23", "product": 162, "series": null, "date_price_updated": "2019-05-25", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 324, "fields": {"code": null, "mark": "mark #24", "product": 162, "series": null, "date_price_updated": "2019-05-25", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 325, "fields": {"code": null, "mark": "mark #25", "product": 163, "series": null, "date_price_updated": "2019-05-25", "price": 1300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 326, "fields": {"code": null, "mark": "mark #26", "product": 163, "series": null, "date_price_updated": "2019-05-25", "price": 1300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 327, "fields": {"code": null, "mark": "mark #27", "product": 164, "series": null, "date_price_updated": "2019-05-25", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 328, "fields": {"code": null, "mark": "mark #28", "product": 164, "series": null, "date_price_updated": "2019-05-25", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 329, "fields": {"code": null, "mark": "mark #29", "product": 165, "series": null, "date_price_updated": "2019-05-25", "price": 1500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 330, "fields": {"code": null, "mark": "mark #30", "product": 165, "series": null, "date_price_updated": "2019-05-25", "price": 1500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 331, "fields": {"code": null, "mark": "mark #31", "product": 166, "series": null, "date_price_updated": "2019-05-25", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 332, "fields": {"code": null, "mark": "mark #32", "product": 166, "series": null, "date_price_updated": "2019-05-25", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 333, "fields": {"code": null, "mark": "mark #33", "product": 167, "series": null, "date_price_updated": "2019-05-25", "price": 1700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 334, "fields": {"code": null, "mark": "mark #34", "product": 167, "series": null, "date_price_updated": "2019-05-25", "price": 1700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 335, "fields": {"code": null, "mark": "mark #35", "product": 168, "series": null, "date_price_updated": "2019-05-25", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 336, "fields": {"code": null, "mark": "mark #36", "product": 168, "series": null, "date_price_updated": "2019-05-25", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 337, "fields": {"code": null, "mark": "mark #37", "product": 169, "series": null, "date_price_updated": "2019-05-25", "price": 1900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 338, "fields": {"code": null, "mark": "mark #38", "product": 169, "series": null, "date_price_updated": "2019-05-25", "price": 1900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 339, "fields": {"code": null, "mark": "mark #39", "product": 170, "series": null, "date_price_updated": "2019-05-25", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 340, "fields": {"code": null, "mark": "mark #40", "product": 170, "series": null, "date_price_updated": "2019-05-25", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 341, "fields": {"code": null, "mark": "mark #41", "product": 171, "series": null, "date_price_updated": "2019-05-25", "price": 2100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 342, "fields": {"code": null, "mark": "mark #42", "product": 171, "series": null, "date_price_updated": "2019-05-25", "price": 2100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 343, "fields": {"code": null, "mark": "mark #43", "product": 172, "series": null, "date_price_updated": "2019-05-25", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 344, "fields": {"code": null, "mark": "mark #44", "product": 172, "series": null, "date_price_updated": "2019-05-25", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 345, "fields": {"code": null, "mark": "mark #45", "product": 173, "series": null, "date_price_updated": "2019-05-25", "price": 2300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 346, "fields": {"code": null, "mark": "mark #46", "product": 173, "series": null, "date_price_updated": "2019-05-25", "price": 2300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 347, "fields": {"code": null, "mark": "mark #47", "product": 174, "series": null, "date_price_updated": "2019-05-25", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 348, "fields": {"code": null, "mark": "mark #48", "product": 174, "series": null, "date_price_updated": "2019-05-25", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 349, "fields": {"code": null, "mark": "mark #49", "product": 175, "series": null, "date_price_updated": "2019-05-25", "price": 2500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 350, "fields": {"code": null, "mark": "mark #50", "product": 175, "series": null, "date_price_updated": "2019-05-25", "price": 2500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 351, "fields": {"code": null, "mark": "mark #51", "product": 176, "series": null, "date_price_updated": "2019-05-25", "price": 2600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 352, "fields": {"code": null, "mark": "mark #52", "product": 176, "series": null, "date_price_updated": "2019-05-25", "price": 2600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 353, "fields": {"code": null, "mark": "mark #53", "product": 177, "series": null, "date_price_updated": "2019-05-25", "price": 2700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 354, "fields": {"code": null, "mark": "mark #54", "product": 177, "series": null, "date_price_updated": "2019-05-25", "price": 2700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 355, "fields": {"code": null, "mark": "mark #55", "product": 178, "series": null, "date_price_updated": "2019-05-25", "price": 2800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 356, "fields": {"code": null, "mark": "mark #56", "product": 178, "series": null, "date_price_updated": "2019-05-25", "price": 2800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 357, "fields": {"code": null, "mark": "mark #57", "product": 179, "series": null, "date_price_updated": "2019-05-25", "price": 2900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 358, "fields": {"code": null, "mark": "mark #58", "product": 179, "series": null, "date_price_updated": "2019-05-25", "price": 2900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 359, "fields": {"code": null, "mark": "mark #59", "product": 180, "series": null, "date_price_updated": "2019-05-25", "price": 3000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 360, "fields": {"code": null, "mark": "mark #60", "product": 180, "series": null, "date_price_updated": "2019-05-25", "price": 3000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 361, "fields": {"code": null, "mark": "mark #61", "product": 181, "series": null, "date_price_updated": "2019-05-25", "price": 3100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 362, "fields": {"code": null, "mark": "mark #62", "product": 181, "series": null, "date_price_updated": "2019-05-25", "price": 3100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 363, "fields": {"code": null, "mark": "mark #63", "product": 182, "series": null, "date_price_updated": "2019-05-25", "price": 3200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 364, "fields": {"code": null, "mark": "mark #64", "product": 182, "series": null, "date_price_updated": "2019-05-25", "price": 3200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 365, "fields": {"code": null, "mark": "mark #65", "product": 183, "series": null, "date_price_updated": "2019-05-25", "price": 3300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 366, "fields": {"code": null, "mark": "mark #66", "product": 183, "series": null, "date_price_updated": "2019-05-25", "price": 3300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 367, "fields": {"code": null, "mark": "mark #67", "product": 184, "series": null, "date_price_updated": "2019-05-25", "price": 3400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 368, "fields": {"code": null, "mark": "mark #68", "product": 184, "series": null, "date_price_updated": "2019-05-25", "price": 3400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 369, "fields": {"code": null, "mark": "mark #69", "product": 185, "series": null, "date_price_updated": "2019-05-25", "price": 3500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 370, "fields": {"code": null, "mark": "mark #70", "product": 185, "series": null, "date_price_updated": "2019-05-25", "price": 3500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 371, "fields": {"code": null, "mark": "mark #71", "product": 186, "series": null, "date_price_updated": "2019-05-25", "price": 3600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 372, "fields": {"code": null, "mark": "mark #72", "product": 186, "series": null, "date_price_updated": "2019-05-25", "price": 3600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 373, "fields": {"code": null, "mark": "mark #73", "product": 187, "series": null, "date_price_updated": "2019-05-25", "price": 3700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 374, "fields": {"code": null, "mark": "mark #74", "product": 187, "series": null, "date_price_updated": "2019-05-25", "price": 3700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 375, "fields": {"code": null, "mark": "mark #75", "product": 188, "series": null, "date_price_updated": "2019-05-25", "price": 3800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 376, "fields": {"code": null, "mark": "mark #76", "product": 188, "series": null, "date_price_updated": "2019-05-25", "price": 3800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 377, "fields": {"code": null, "mark": "mark #77", "product": 189, "series": null, "date_price_updated": "2019-05-25", "price": 3900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 378, "fields": {"code": null, "mark": "mark #78", "product": 189, "series": null, "date_price_updated": "2019-05-25", "price": 3900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 379, "fields": {"code": null, "mark": "mark #79", "product": 190, "series": null, "date_price_updated": "2019-05-25", "price": 4000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 380, "fields": {"code": null, "mark": "mark #80", "product": 190, "series": null, "date_price_updated": "2019-05-25", "price": 4000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 381, "fields": {"code": null, "mark": "mark #81", "product": 191, "series": null, "date_price_updated": "2019-05-25", "price": 4100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 382, "fields": {"code": null, "mark": "mark #82", "product": 191, "series": null, "date_price_updated": "2019-05-25", "price": 4100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 383, "fields": {"code": null, "mark": "mark #83", "product": 192, "series": null, "date_price_updated": "2019-05-25", "price": 4200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 384, "fields": {"code": null, "mark": "mark #84", "product": 192, "series": null, "date_price_updated": "2019-05-25", "price": 4200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 385, "fields": {"code": null, "mark": "mark #85", "product": 193, "series": null, "date_price_updated": "2019-05-25", "price": 4300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 386, "fields": {"code": null, "mark": "mark #86", "product": 193, "series": null, "date_price_updated": "2019-05-25", "price": 4300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 387, "fields": {"code": null, "mark": "mark #87", "product": 194, "series": null, "date_price_updated": "2019-05-25", "price": 4400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 388, "fields": {"code": null, "mark": "mark #88", "product": 194, "series": null, "date_price_updated": "2019-05-25", "price": 4400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 389, "fields": {"code": null, "mark": "mark #89", "product": 195, "series": null, "date_price_updated": "2019-05-25", "price": 4500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 390, "fields": {"code": null, "mark": "mark #90", "product": 195, "series": null, "date_price_updated": "2019-05-25", "price": 4500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 391, "fields": {"code": null, "mark": "mark #91", "product": 196, "series": null, "date_price_updated": "2019-05-25", "price": 4600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 392, "fields": {"code": null, "mark": "mark #92", "product": 196, "series": null, "date_price_updated": "2019-05-25", "price": 4600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 393, "fields": {"code": null, "mark": "mark #93", "product": 197, "series": null, "date_price_updated": "2019-05-25", "price": 4700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 394, "fields": {"code": null, "mark": "mark #94", "product": 197, "series": null, "date_price_updated": "2019-05-25", "price": 4700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 395, "fields": {"code": null, "mark": "mark #95", "product": 198, "series": null, "date_price_updated": "2019-05-25", "price": 4800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 396, "fields": {"code": null, "mark": "mark #96", "product": 198, "series": null, "date_price_updated": "2019-05-25", "price": 4800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 397, "fields": {"code": null, "mark": "mark #97", "product": 199, "series": null, "date_price_updated": "2019-05-25", "price": 4900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 398, "fields": {"code": null, "mark": "mark #98", "product": 199, "series": null, "date_price_updated": "2019-05-25", "price": 4900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 399, "fields": {"code": null, "mark": "mark #99", "product": 200, "series": null, "date_price_updated": "2019-05-25", "price": 5000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 400, "fields": {"code": null, "mark": "mark #100", "product": 200, "series": null, "date_price_updated": "2019-05-25", "price": 5000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 401, "fields": {"code": null, "mark": "mark #1", "product": 201, "series": null, "date_price_updated": "2019-05-25", "price": 100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 402, "fields": {"code": null, "mark": "mark #2", "product": 201, "series": null, "date_price_updated": "2019-05-25", "price": 100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 403, "fields": {"code": null, "mark": "mark #3", "product": 202, "series": null, "date_price_updated": "2019-05-25", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 404, "fields": {"code": null, "mark": "mark #4", "product": 202, "series": null, "date_price_updated": "2019-05-25", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 405, "fields": {"code": null, "mark": "mark #5", "product": 203, "series": null, "date_price_updated": "2019-05-25", "price": 300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 406, "fields": {"code": null, "mark": "mark #6", "product": 203, "series": null, "date_price_updated": "2019-05-25", "price": 300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 407, "fields": {"code": null, "mark": "mark #7", "product": 204, "series": null, "date_price_updated": "2019-05-25", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 408, "fields": {"code": null, "mark": "mark #8", "product": 204, "series": null, "date_price_updated": "2019-05-25", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 409, "fields": {"code": null, "mark": "mark #9", "product": 205, "series": null, "date_price_updated": "2019-05-25", "price": 500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 410, "fields": {"code": null, "mark": "mark #10", "product": 205, "series": null, "date_price_updated": "2019-05-25", "price": 500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 411, "fields": {"code": null, "mark": "mark #11", "product": 206, "series": null, "date_price_updated": "2019-05-25", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 412, "fields": {"code": null, "mark": "mark #12", "product": 206, "series": null, "date_price_updated": "2019-05-25", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 413, "fields": {"code": null, "mark": "mark #13", "product": 207, "series": null, "date_price_updated": "2019-05-25", "price": 700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 414, "fields": {"code": null, "mark": "mark #14", "product": 207, "series": null, "date_price_updated": "2019-05-25", "price": 700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 415, "fields": {"code": null, "mark": "mark #15", "product": 208, "series": null, "date_price_updated": "2019-05-25", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 416, "fields": {"code": null, "mark": "mark #16", "product": 208, "series": null, "date_price_updated": "2019-05-25", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 417, "fields": {"code": null, "mark": "mark #17", "product": 209, "series": null, "date_price_updated": "2019-05-25", "price": 900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 418, "fields": {"code": null, "mark": "mark #18", "product": 209, "series": null, "date_price_updated": "2019-05-25", "price": 900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 419, "fields": {"code": null, "mark": "mark #19", "product": 210, "series": null, "date_price_updated": "2019-05-25", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 420, "fields": {"code": null, "mark": "mark #20", "product": 210, "series": null, "date_price_updated": "2019-05-25", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 421, "fields": {"code": null, "mark": "mark #21", "product": 211, "series": null, "date_price_updated": "2019-05-25", "price": 1100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 422, "fields": {"code": null, "mark": "mark #22", "product": 211, "series": null, "date_price_updated": "2019-05-25", "price": 1100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 423, "fields": {"code": null, "mark": "mark #23", "product": 212, "series": null, "date_price_updated": "2019-05-25", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 424, "fields": {"code": null, "mark": "mark #24", "product": 212, "series": null, "date_price_updated": "2019-05-25", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 425, "fields": {"code": null, "mark": "mark #25", "product": 213, "series": null, "date_price_updated": "2019-05-25", "price": 1300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 426, "fields": {"code": null, "mark": "mark #26", "product": 213, "series": null, "date_price_updated": "2019-05-25", "price": 1300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 427, "fields": {"code": null, "mark": "mark #27", "product": 214, "series": null, "date_price_updated": "2019-05-25", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 428, "fields": {"code": null, "mark": "mark #28", "product": 214, "series": null, "date_price_updated": "2019-05-25", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 429, "fields": {"code": null, "mark": "mark #29", "product": 215, "series": null, "date_price_updated": "2019-05-25", "price": 1500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 430, "fields": {"code": null, "mark": "mark #30", "product": 215, "series": null, "date_price_updated": "2019-05-25", "price": 1500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 431, "fields": {"code": null, "mark": "mark #31", "product": 216, "series": null, "date_price_updated": "2019-05-25", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 432, "fields": {"code": null, "mark": "mark #32", "product": 216, "series": null, "date_price_updated": "2019-05-25", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 433, "fields": {"code": null, "mark": "mark #33", "product": 217, "series": null, "date_price_updated": "2019-05-25", "price": 1700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 434, "fields": {"code": null, "mark": "mark #34", "product": 217, "series": null, "date_price_updated": "2019-05-25", "price": 1700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 435, "fields": {"code": null, "mark": "mark #35", "product": 218, "series": null, "date_price_updated": "2019-05-25", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 436, "fields": {"code": null, "mark": "mark #36", "product": 218, "series": null, "date_price_updated": "2019-05-25", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 437, "fields": {"code": null, "mark": "mark #37", "product": 219, "series": null, "date_price_updated": "2019-05-25", "price": 1900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 438, "fields": {"code": null, "mark": "mark #38", "product": 219, "series": null, "date_price_updated": "2019-05-25", "price": 1900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 439, "fields": {"code": null, "mark": "mark #39", "product": 220, "series": null, "date_price_updated": "2019-05-25", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 440, "fields": {"code": null, "mark": "mark #40", "product": 220, "series": null, "date_price_updated": "2019-05-25", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 441, "fields": {"code": null, "mark": "mark #41", "product": 221, "series": null, "date_price_updated": "2019-05-25", "price": 2100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 442, "fields": {"code": null, "mark": "mark #42", "product": 221, "series": null, "date_price_updated": "2019-05-25", "price": 2100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 443, "fields": {"code": null, "mark": "mark #43", "product": 222, "series": null, "date_price_updated": "2019-05-25", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 444, "fields": {"code": null, "mark": "mark #44", "product": 222, "series": null, "date_price_updated": "2019-05-25", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 445, "fields": {"code": null, "mark": "mark #45", "product": 223, "series": null, "date_price_updated": "2019-05-25", "price": 2300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 446, "fields": {"code": null, "mark": "mark #46", "product": 223, "series": null, "date_price_updated": "2019-05-25", "price": 2300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 447, "fields": {"code": null, "mark": "mark #47", "product": 224, "series": null, "date_price_updated": "2019-05-25", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 448, "fields": {"code": null, "mark": "mark #48", "product": 224, "series": null, "date_price_updated": "2019-05-25", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 449, "fields": {"code": null, "mark": "mark #49", "product": 225, "series": null, "date_price_updated": "2019-05-25", "price": 2500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 450, "fields": {"code": null, "mark": "mark #50", "product": 225, "series": null, "date_price_updated": "2019-05-25", "price": 2500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 451, "fields": {"code": null, "mark": "mark #51", "product": 226, "series": null, "date_price_updated": "2019-05-25", "price": 2600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 452, "fields": {"code": null, "mark": "mark #52", "product": 226, "series": null, "date_price_updated": "2019-05-25", "price": 2600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 453, "fields": {"code": null, "mark": "mark #53", "product": 227, "series": null, "date_price_updated": "2019-05-25", "price": 2700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 454, "fields": {"code": null, "mark": "mark #54", "product": 227, "series": null, "date_price_updated": "2019-05-25", "price": 2700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 455, "fields": {"code": null, "mark": "mark #55", "product": 228, "series": null, "date_price_updated": "2019-05-25", "price": 2800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 456, "fields": {"code": null, "mark": "mark #56", "product": 228, "series": null, "date_price_updated": "2019-05-25", "price": 2800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 457, "fields": {"code": null, "mark": "mark #57", "product": 229, "series": null, "date_price_updated": "2019-05-25", "price": 2900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 458, "fields": {"code": null, "mark": "mark #58", "product": 229, "series": null, "date_price_updated": "2019-05-25", "price": 2900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 459, "fields": {"code": null, "mark": "mark #59", "product": 230, "series": null, "date_price_updated": "2019-05-25", "price": 3000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 460, "fields": {"code": null, "mark": "mark #60", "product": 230, "series": null, "date_price_updated": "2019-05-25", "price": 3000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 461, "fields": {"code": null, "mark": "mark #61", "product": 231, "series": null, "date_price_updated": "2019-05-25", "price": 3100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 462, "fields": {"code": null, "mark": "mark #62", "product": 231, "series": null, "date_price_updated": "2019-05-25", "price": 3100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 463, "fields": {"code": null, "mark": "mark #63", "product": 232, "series": null, "date_price_updated": "2019-05-25", "price": 3200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 464, "fields": {"code": null, "mark": "mark #64", "product": 232, "series": null, "date_price_updated": "2019-05-25", "price": 3200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 465, "fields": {"code": null, "mark": "mark #65", "product": 233, "series": null, "date_price_updated": "2019-05-25", "price": 3300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 466, "fields": {"code": null, "mark": "mark #66", "product": 233, "series": null, "date_price_updated": "2019-05-25", "price": 3300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 467, "fields": {"code": null, "mark": "mark #67", "product": 234, "series": null, "date_price_updated": "2019-05-25", "price": 3400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 468, "fields": {"code": null, "mark": "mark #68", "product": 234, "series": null, "date_price_updated": "2019-05-25", "price": 3400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 469, "fields": {"code": null, "mark": "mark #69", "product": 235, "series": null, "date_price_updated": "2019-05-25", "price": 3500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 470, "fields": {"code": null, "mark": "mark #70", "product": 235, "series": null, "date_price_updated": "2019-05-25", "price": 3500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 471, "fields": {"code": null, "mark": "mark #71", "product": 236, "series": null, "date_price_updated": "2019-05-25", "price": 3600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 472, "fields": {"code": null, "mark": "mark #72", "product": 236, "series": null, "date_price_updated": "2019-05-25", "price": 3600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 473, "fields": {"code": null, "mark": "mark #73", "product": 237, "series": null, "date_price_updated": "2019-05-25", "price": 3700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 474, "fields": {"code": null, "mark": "mark #74", "product": 237, "series": null, "date_price_updated": "2019-05-25", "price": 3700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 475, "fields": {"code": null, "mark": "mark #75", "product": 238, "series": null, "date_price_updated": "2019-05-25", "price": 3800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 476, "fields": {"code": null, "mark": "mark #76", "product": 238, "series": null, "date_price_updated": "2019-05-25", "price": 3800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 477, "fields": {"code": null, "mark": "mark #77", "product": 239, "series": null, "date_price_updated": "2019-05-25", "price": 3900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 478, "fields": {"code": null, "mark": "mark #78", "product": 239, "series": null, "date_price_updated": "2019-05-25", "price": 3900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 479, "fields": {"code": null, "mark": "mark #79", "product": 240, "series": null, "date_price_updated": "2019-05-25", "price": 4000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 480, "fields": {"code": null, "mark": "mark #80", "product": 240, "series": null, "date_price_updated": "2019-05-25", "price": 4000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 481, "fields": {"code": null, "mark": "mark #81", "product": 241, "series": null, "date_price_updated": "2019-05-25", "price": 4100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 482, "fields": {"code": null, "mark": "mark #82", "product": 241, "series": null, "date_price_updated": "2019-05-25", "price": 4100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 483, "fields": {"code": null, "mark": "mark #83", "product": 242, "series": null, "date_price_updated": "2019-05-25", "price": 4200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 484, "fields": {"code": null, "mark": "mark #84", "product": 242, "series": null, "date_price_updated": "2019-05-25", "price": 4200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 485, "fields": {"code": null, "mark": "mark #85", "product": 243, "series": null, "date_price_updated": "2019-05-25", "price": 4300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 486, "fields": {"code": null, "mark": "mark #86", "product": 243, "series": null, "date_price_updated": "2019-05-25", "price": 4300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 487, "fields": {"code": null, "mark": "mark #87", "product": 244, "series": null, "date_price_updated": "2019-05-25", "price": 4400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 488, "fields": {"code": null, "mark": "mark #88", "product": 244, "series": null, "date_price_updated": "2019-05-25", "price": 4400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 489, "fields": {"code": null, "mark": "mark #89", "product": 245, "series": null, "date_price_updated": "2019-05-25", "price": 4500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 490, "fields": {"code": null, "mark": "mark #90", "product": 245, "series": null, "date_price_updated": "2019-05-25", "price": 4500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 491, "fields": {"code": null, "mark": "mark #91", "product": 246, "series": null, "date_price_updated": "2019-05-25", "price": 4600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 492, "fields": {"code": null, "mark": "mark #92", "product": 246, "series": null, "date_price_updated": "2019-05-25", "price": 4600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 493, "fields": {"code": null, "mark": "mark #93", "product": 247, "series": null, "date_price_updated": "2019-05-25", "price": 4700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 494, "fields": {"code": null, "mark": "mark #94", "product": 247, "series": null, "date_price_updated": "2019-05-25", "price": 4700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 495, "fields": {"code": null, "mark": "mark #95", "product": 248, "series": null, "date_price_updated": "2019-05-25", "price": 4800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 496, "fields": {"code": null, "mark": "mark #96", "product": 248, "series": null, "date_price_updated": "2019-05-25", "price": 4800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 497, "fields": {"code": null, "mark": "mark #97", "product": 249, "series": null, "date_price_updated": "2019-05-25", "price": 4900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 498, "fields": {"code": null, "mark": "mark #98", "product": 249, "series": null, "date_price_updated": "2019-05-25", "price": 4900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 499, "fields": {"code": null, "mark": "mark #99", "product": 250, "series": null, "date_price_updated": "2019-05-25", "price": 5000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 500, "fields": {"code": null, "mark": "mark #100", "product": 250, "series": null, "date_price_updated": "2019-05-25", "price": 5000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 501, "fields": {"code": null, "mark": "mark #1", "product": 251, "series": null, "date_price_updated": "2019-05-25", "price": 100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 502, "fields": {"code": null, "mark": "mark #2", "product": 251, "series": null, "date_price_updated": "2019-05-25", "price": 100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 503, "fields": {"code": null, "mark": "mark #3", "product": 252, "series": null, "date_price_updated": "2019-05-25", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 504, "fields": {"code": null, "mark": "mark #4", "product": 252, "series": null, "date_price_updated": "2019-05-25", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 505, "fields": {"code": null, "mark": "mark #5", "product": 253, "series": null, "date_price_updated": "2019-05-25", "price": 300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 506, "fields": {"code": null, "mark": "mark #6", "product": 253, "series": null, "date_price_updated": "2019-05-25", "price": 300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 507, "fields": {"code": null, "mark": "mark #7", "product": 254, "series": null, "date_price_updated": "2019-05-25", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 508, "fields": {"code": null, "mark": "mark #8", "product": 254, "series": null, "date_price_updated": "2019-05-25", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 509, "fields": {"code": null, "mark": "mark #9", "product": 255, "series": null, "date_price_updated": "2019-05-25", "price": 500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 510, "fields": {"code": null, "mark": "mark #10", "product": 255, "series": null, "date_price_updated": "2019-05-25", "price": 500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 511, "fields": {"code": null, "mark": "mark #11", "product": 256, "series": null, "date_price_updated": "2019-05-25", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 512, "fields": {"code": null, "mark": "mark #12", "product": 256, "series": null, "date_price_updated": "2019-05-25", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 513, "fields": {"code": null, "mark": "mark #13", "product": 257, "series": null, "date_price_updated": "2019-05-25", "price": 700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 514, "fields": {"code": null, "mark": "mark #14", "product": 257, "series": null, "date_price_updated": "2019-05-25", "price": 700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 515, "fields": {"code": null, "mark": "mark #15", "product": 258, "series": null, "date_price_updated": "2019-05-25", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 516, "fields": {"code": null, "mark": "mark #16", "product": 258, "series": null, "date_price_updated": "2019-05-25", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 517, "fields": {"code": null, "mark": "mark #17", "product": 259, "series": null, "date_price_updated": "2019-05-25", "price": 900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 518, "fields": {"code": null, "mark": "mark #18", "product": 259, "series": null, "date_price_updated": "2019-05-25", "price": 900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 519, "fields": {"code": null, "mark": "mark #19", "product": 260, "series": null, "date_price_updated": "2019-05-25", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 520, "fields": {"code": null, "mark": "mark #20", "product": 260, "series": null, "date_price_updated": "2019-05-25", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 521, "fields": {"code": null, "mark": "mark #21", "product": 261, "series": null, "date_price_updated": "2019-05-25", "price": 1100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 522, "fields": {"code": null, "mark": "mark #22", "product": 261, "series": null, "date_price_updated": "2019-05-25", "price": 1100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 523, "fields": {"code": null, "mark": "mark #23", "product": 262, "series": null, "date_price_updated": "2019-05-25", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 524, "fields": {"code": null, "mark": "mark #24", "product": 262, "series": null, "date_price_updated": "2019-05-25", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 525, "fields": {"code": null, "mark": "mark #25", "product": 263, "series": null, "date_price_updated": "2019-05-25", "price": 1300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 526, "fields": {"code": null, "mark": "mark #26", "product": 263, "series": null, "date_price_updated": "2019-05-25", "price": 1300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 527, "fields": {"code": null, "mark": "mark #27", "product": 264, "series": null, "date_price_updated": "2019-05-25", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 528, "fields": {"code": null, "mark": "mark #28", "product": 264, "series": null, "date_price_updated": "2019-05-25", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 529, "fields": {"code": null, "mark": "mark #29", "product": 265, "series": null, "date_price_updated": "2019-05-25", "price": 1500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 530, "fields": {"code": null, "mark": "mark #30", "product": 265, "series": null, "date_price_updated": "2019-05-25", "price": 1500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 531, "fields": {"code": null, "mark": "mark #31", "product": 266, "series": null, "date_price_updated": "2019-05-25", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 532, "fields": {"code": null, "mark": "mark #32", "product": 266, "series": null, "date_price_updated": "2019-05-25", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 533, "fields": {"code": null, "mark": "mark #33", "product": 267, "series": null, "date_price_updated": "2019-05-25", "price": 1700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 534, "fields": {"code": null, "mark": "mark #34", "product": 267, "series": null, "date_price_updated": "2019-05-25", "price": 1700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 535, "fields": {"code": null, "mark": "mark #35", "product": 268, "series": null, "date_price_updated": "2019-05-25", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 536, "fields": {"code": null, "mark": "mark #36", "product": 268, "series": null, "date_price_updated": "2019-05-25", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 537, "fields": {"code": null, "mark": "mark #37", "product": 269, "series": null, "date_price_updated": "2019-05-25", "price": 1900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 538, "fields": {"code": null, "mark": "mark #38", "product": 269, "series": null, "date_price_updated": "2019-05-25", "price": 1900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 539, "fields": {"code": null, "mark": "mark #39", "product": 270, "series": null, "date_price_updated": "2019-05-25", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 540, "fields": {"code": null, "mark": "mark #40", "product": 270, "series": null, "date_price_updated": "2019-05-25", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 541, "fields": {"code": null, "mark": "mark #41", "product": 271, "series": null, "date_price_updated": "2019-05-25", "price": 2100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 542, "fields": {"code": null, "mark": "mark #42", "product": 271, "series": null, "date_price_updated": "2019-05-25", "price": 2100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 543, "fields": {"code": null, "mark": "mark #43", "product": 272, "series": null, "date_price_updated": "2019-05-25", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 544, "fields": {"code": null, "mark": "mark #44", "product": 272, "series": null, "date_price_updated": "2019-05-25", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 545, "fields": {"code": null, "mark": "mark #45", "product": 273, "series": null, "date_price_updated": "2019-05-25", "price": 2300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 546, "fields": {"code": null, "mark": "mark #46", "product": 273, "series": null, "date_price_updated": "2019-05-25", "price": 2300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 547, "fields": {"code": null, "mark": "mark #47", "product": 274, "series": null, "date_price_updated": "2019-05-25", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 548, "fields": {"code": null, "mark": "mark #48", "product": 274, "series": null, "date_price_updated": "2019-05-25", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 549, "fields": {"code": null, "mark": "mark #49", "product": 275, "series": null, "date_price_updated": "2019-05-25", "price": 2500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 550, "fields": {"code": null, "mark": "mark #50", "product": 275, "series": null, "date_price_updated": "2019-05-25", "price": 2500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 551, "fields": {"code": null, "mark": "mark #51", "product": 276, "series": null, "date_price_updated": "2019-05-25", "price": 2600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 552, "fields": {"code": null, "mark": "mark #52", "product": 276, "series": null, "date_price_updated": "2019-05-25", "price": 2600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 553, "fields": {"code": null, "mark": "mark #53", "product": 277, "series": null, "date_price_updated": "2019-05-25", "price": 2700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 554, "fields": {"code": null, "mark": "mark #54", "product": 277, "series": null, "date_price_updated": "2019-05-25", "price": 2700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 555, "fields": {"code": null, "mark": "mark #55", "product": 278, "series": null, "date_price_updated": "2019-05-25", "price": 2800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 556, "fields": {"code": null, "mark": "mark #56", "product": 278, "series": null, "date_price_updated": "2019-05-25", "price": 2800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 557, "fields": {"code": null, "mark": "mark #57", "product": 279, "series": null, "date_price_updated": "2019-05-25", "price": 2900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 558, "fields": {"code": null, "mark": "mark #58", "product": 279, "series": null, "date_price_updated": "2019-05-25", "price": 2900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 559, "fields": {"code": null, "mark": "mark #59", "product": 280, "series": null, "date_price_updated": "2019-05-25", "price": 3000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 560, "fields": {"code": null, "mark": "mark #60", "product": 280, "series": null, "date_price_updated": "2019-05-25", "price": 3000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 561, "fields": {"code": null, "mark": "mark #61", "product": 281, "series": null, "date_price_updated": "2019-05-25", "price": 3100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 562, "fields": {"code": null, "mark": "mark #62", "product": 281, "series": null, "date_price_updated": "2019-05-25", "price": 3100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 563, "fields": {"code": null, "mark": "mark #63", "product": 282, "series": null, "date_price_updated": "2019-05-25", "price": 3200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 564, "fields": {"code": null, "mark": "mark #64", "product": 282, "series": null, "date_price_updated": "2019-05-25", "price": 3200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 565, "fields": {"code": null, "mark": "mark #65", "product": 283, "series": null, "date_price_updated": "2019-05-25", "price": 3300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 566, "fields": {"code": null, "mark": "mark #66", "product": 283, "series": null, "date_price_updated": "2019-05-25", "price": 3300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 567, "fields": {"code": null, "mark": "mark #67", "product": 284, "series": null, "date_price_updated": "2019-05-25", "price": 3400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 568, "fields": {"code": null, "mark": "mark #68", "product": 284, "series": null, "date_price_updated": "2019-05-25", "price": 3400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 569, "fields": {"code": null, "mark": "mark #69", "product": 285, "series": null, "date_price_updated": "2019-05-25", "price": 3500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 570, "fields": {"code": null, "mark": "mark #70", "product": 285, "series": null, "date_price_updated": "2019-05-25", "price": 3500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 571, "fields": {"code": null, "mark": "mark #71", "product": 286, "series": null, "date_price_updated": "2019-05-25", "price": 3600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 572, "fields": {"code": null, "mark": "mark #72", "product": 286, "series": null, "date_price_updated": "2019-05-25", "price": 3600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 573, "fields": {"code": null, "mark": "mark #73", "product": 287, "series": null, "date_price_updated": "2019-05-25", "price": 3700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 574, "fields": {"code": null, "mark": "mark #74", "product": 287, "series": null, "date_price_updated": "2019-05-25", "price": 3700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 575, "fields": {"code": null, "mark": "mark #75", "product": 288, "series": null, "date_price_updated": "2019-05-25", "price": 3800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 576, "fields": {"code": null, "mark": "mark #76", "product": 288, "series": null, "date_price_updated": "2019-05-25", "price": 3800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 577, "fields": {"code": null, "mark": "mark #77", "product": 289, "series": null, "date_price_updated": "2019-05-25", "price": 3900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 578, "fields": {"code": null, "mark": "mark #78", "product": 289, "series": null, "date_price_updated": "2019-05-25", "price": 3900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 579, "fields": {"code": null, "mark": "mark #79", "product": 290, "series": null, "date_price_updated": "2019-05-25", "price": 4000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 580, "fields": {"code": null, "mark": "mark #80", "product": 290, "series": null, "date_price_updated": "2019-05-25", "price": 4000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 581, "fields": {"code": null, "mark": "mark #81", "product": 291, "series": null, "date_price_updated": "2019-05-25", "price": 4100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 582, "fields": {"code": null, "mark": "mark #82", "product": 291, "series": null, "date_price_updated": "2019-05-25", "price": 4100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 583, "fields": {"code": null, "mark": "mark #83", "product": 292, "series": null, "date_price_updated": "2019-05-25", "price": 4200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 584, "fields": {"code": null, "mark": "mark #84", "product": 292, "series": null, "date_price_updated": "2019-05-25", "price": 4200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 585, "fields": {"code": null, "mark": "mark #85", "product": 293, "series": null, "date_price_updated": "2019-05-25", "price": 4300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 586, "fields": {"code": null, "mark": "mark #86", "product": 293, "series": null, "date_price_updated": "2019-05-25", "price": 4300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 587, "fields": {"code": null, "mark": "mark #87", "product": 294, "series": null, "date_price_updated": "2019-05-25", "price": 4400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 588, "fields": {"code": null, "mark": "mark #88", "product": 294, "series": null, "date_price_updated": "2019-05-25", "price": 4400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 589, "fields": {"code": null, "mark": "mark #89", "product": 295, "series": null, "date_price_updated": "2019-05-25", "price": 4500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 590, "fields": {"code": null, "mark": "mark #90", "product": 295, "series": null, "date_price_updated": "2019-05-25", "price": 4500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 591, "fields": {"code": null, "mark": "mark #91", "product": 296, "series": null, "date_price_updated": "2019-05-25", "price": 4600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 592, "fields": {"code": null, "mark": "mark #92", "product": 296, "series": null, "date_price_updated": "2019-05-25", "price": 4600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 593, "fields": {"code": null, "mark": "mark #93", "product": 297, "series": null, "date_price_updated": "2019-05-25", "price": 4700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 594, "fields": {"code": null, "mark": "mark #94", "product": 297, "series": null, "date_price_updated": "2019-05-25", "price": 4700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 595, "fields": {"code": null, "mark": "mark #95", "product": 298, "series": null, "date_price_updated": "2019-05-25", "price": 4800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 596, "fields": {"code": null, "mark": "mark #96", "product": 298, "series": null, "date_price_updated": "2019-05-25", "price": 4800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 597, "fields": {"code": null, "mark": "mark #97", "product": 299, "series": null, "date_price_updated": "2019-05-25", "price": 4900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 598, "fields": {"code": null, "mark": "mark #98", "product": 299, "series": null, "date_price_updated": "2019-05-25", "price": 4900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 599, "fields": {"code": null, "mark": "mark #99", "product": 300, "series": null, "date_price_updated": "2019-05-25", "price": 5000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 600, "fields": {"code": null, "mark": "mark #100", "product": 300, "series": null, "date_price_updated": "2019-05-25", "price": 5000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.product", "pk": 1, "fields": {"page": 77, "name": "Product #1 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 2, "fields": {"page": 78, "name": "Product #2 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 3, "fields": {"page": 79, "name": "Product #3 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 4, "fields": {"page": 80, "name": "Product #4 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 5, "fields": {"page": 81, "name": "Product #5 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 6, "fields": {"page": 82, "name": "Product #6 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 7, "fields": {"page": 83, "name": "Product #7 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 8, "fields": {"page": 84, "name": "Product #8 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 9, "fields": {"page": 85, "name": "Product #9 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 10, "fields": {"page": 86, "name": "Product #10 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 11, "fields": {"page": 87, "name": "Product #11 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 12, "fields": {"page": 88, "name": "Product #12 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 13, "fields": {"page": 89, "name": "Product #13 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 14, "fields": {"page": 90, "name": "Product #14 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 15, "fields": {"page": 91, "name": "Product #15 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 16, "fields": {"page": 92, "name": "Product #16 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 17, "fields": {"page": 93, "name": "Product #17 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 18, "fields": {"page": 94, "name": "Product #18 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 19, "fields": {"page": 95, "name": "Product #19 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 20, "fields": {"page": 96, "name": "Product #20 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 21, "fields": {"page": 97, "name": "Product #21 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 22, "fields": {"page": 98, "name": "Product #22 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 23, "fields": {"page": 99, "name": "Product #23 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 24, "fields": {"page": 100, "name": "Product #24 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 25, "fields": {"page": 101, "name": "Product #25 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 26, "fields": {"page": 102, "name": "Product #1 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 27, "fields": {"page": 103, "name": "Product #2 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 28, "fields": {"page": 104, "name": "Product #3 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 29, "fields": {"page": 105, "name": "Product #4 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 30, "fields": {"page": 106, "name": "Product #5 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 31, "fields": {"page": 107, "name": "Product #6 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 32, "fields": {"page": 108, "name": "Product #7 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 33, "fields": {"page": 109, "name": "Product #8 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 34, "fields": {"page": 110, "name": "Product #9 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 35, "fields": {"page": 111, "name": "Product #10 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 36, "fields": {"page": 112, "name": "Product #11 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 37, "fields": {"page": 113, "name": "Product #12 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 38, "fields": {"page": 114, "name": "Product #13 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 39, "fields": {"page": 115, "name": "Product #14 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 40, "fields": {"page": 116, "name": "Product #15 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 41, "fields": {"page": 117, "name": "Product #16 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 42, "fields": {"page": 118, "name": "Product #17 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 43, "fields": {"page": 119, "name": "Product #18 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 44, "fields": {"page": 120, "name": "Product #19 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 45, "fields": {"page": 121, "name": "Product #20 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 46, "fields": {"page": 122, "name": "Product #21 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 47, "fields": {"page": 123, "name": "Product #22 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 48, "fields": {"page": 124, "name": "Product #23 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 49, "fields": {"page": 125, "name": "Product #24 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 50, "fields": {"page": 126, "name": "Product #25 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 51, "fields": {"page": 127, "name": "Product #1 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 52, "fields": {"page": 128, "name": "Product #2 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 53, "fields": {"page": 129, "name": "Product #3 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 54, "fields": {"page": 130, "name": "Product #4 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 55, "fields": {"page": 131, "name": "Product #5 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 56, "fields": {"page": 132, "name": "Product #6 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 57, "fields": {"page": 133, "name": "Product #7 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 58, "fields": {"page": 134, "name": "Product #8 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 59, "fields": {"page": 135, "name": "Product #9 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 60, "fields": {"page": 136, "name": "Product #10 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 61, "fields": {"page": 137, "name": "Product #11 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 62, "fields": {"page": 138, "name": "Product #12 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 63, "fields": {"page": 139, "name": "Product #13 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 64, "fields": {"page": 140, "name": "Product #14 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 65, "fields": {"page": 141, "name": "Product #15 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 66, "fields": {"page": 142, "name": "Product #16 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 67, "fields": {"page": 143, "name": "Product #17 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 68, "fields": {"page": 144, "name": "Product #18 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 69, "fields": {"page": 145, "name": "Product #19 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 70, "fields": {"page": 146, "name": "Product #20 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 71, "fields": {"page": 147, "name": "Product #21 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 72, "fields": {"page": 148, "name": "Product #22 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 73, "fields": {"page": 149, "name": "Product #23 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 74, "fields": {"page": 150, "name": "Product #24 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 75, "fields": {"page": 151, "name": "Product #25 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 76, "fields": {"page": 152, "name": "Product #1 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 77, "fields": {"page": 153, "name": "Product #2 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 78, "fields": {"page": 154, "name": "Product #3 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 79, "fields": {"page": 155, "name": "Product #4 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 80, "fields": {"page": 156, "name": "Product #5 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 81, "fields": {"page": 157, "name": "Product #6 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 82, "fields": {"page": 158, "name": "Product #7 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 83, "fields": {"page": 159, "name": "Product #8 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 84, "fields": {"page": 160, "name": "Product #9 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 85, "fields": {"page": 161, "name": "Product #10 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 86, "fields": {"page": 162, "name": "Product #11 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 87, "fields": {"page": 163, "name": "Product #12 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 88, "fields": {"page": 164, "name": "Product #13 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 89, "fields": {"page": 165, "name": "Product #14 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 90, "fields": {"page": 166, "name": "Product #15 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 91, "fields": {"page": 167, "name": "Product #16 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 92, "fields": {"page": 168, "name": "Product #17 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 93, "fields": {"page": 169, "name": "Product #18 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 94, "fields": {"page": 170, "name": "Product #19 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 95, "fields": {"page": 171, "name": "Product #20 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 96, "fields": {"page": 172, "name": "Product #21 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 97, "fields": {"page": 173, "name": "Product #22 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 98, "fields": {"page": 174, "name": "Product #23 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 99, "fields": {"page": 175, "name": "Product #24 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 100, "fields": {"page": 176, "name": "Product #25 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 101, "fields": {"page": 177, "name": "Product #1 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 102, "fields": {"page": 178, "name": "Product #2 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 103, "fields": {"page": 179, "name": "Product #3 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 104, "fields": {"page": 180, "name": "Product #4 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 105, "fields": {"page": 181, "name": "Product #5 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 106, "fields": {"page": 182, "name": "Product #6 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 107, "fields": {"page": 183, "name": "Product #7 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 108, "fields": {"page": 184, "name": "Product #8 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 109, "fields": {"page": 185, "name": "Product #9 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 110, "fields": {"page": 186, "name": "Product #10 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 111, "fields": {"page": 187, "name": "Product #11 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 112, "fields": {"page": 188, "name": "Product #12 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 113, "fields": {"page": 189, "name": "Product #13 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 114, "fields": {"page": 190, "name": "Product #14 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 115, "fields": {"page": 191, "name": "Product #15 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 116, "fields": {"page": 192, "name": "Product #16 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 117, "fields": {"page": 193, "name": "Product #17 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 118, "fields": {"page": 194, "name": "Product #18 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 119, "fields": {"page": 195, "name": "Product #19 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 120, "fields": {"page": 196, "name": "Product #20 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 121, "fields": {"page": 197, "name": "Product #21 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 122, "fields": {"page": 198, "name": "Product #22 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 123, "fields": {"page": 199, "name": "Product #23 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 124, "fields": {"page": 200, "name": "Product #24 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 125, "fields": {"page": 201, "name": "Product #25 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 126, "fields": {"page": 202, "name": "Product #26 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 127, "fields": {"page": 203, "name": "Product #27 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 128, "fields": {"page": 204, "name": "Product #28 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 129, "fields": {"page": 205, "name": "Product #29 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 130, "fields": {"page": 206, "name": "Product #30 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 131, "fields": {"page": 207, "name": "Product #31 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 132, "fields": {"page": 208, "name": "Product #32 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 133, "fields": {"page": 209, "name": "Product #33 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 134, "fields": {"page": 210, "name": "Product #34 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 135, "fields": {"page": 211, "name": "Product #35 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 136, "fields": {"page": 212, "name": "Product #36 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 137, "fields": {"page": 213, "name": "Product #37 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 138, "fields": {"page": 214, "name": "Product #38 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 139, "fields": {"page": 215, "name": "Product #39 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 140, "fields": {"page": 216, "name": "Product #40 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 141, "fields": {"page": 217, "name": "Product #41 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 142, "fields": {"page": 218, "name": "Product #42 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 143, "fields": {"page": 219, "name": "Product #43 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 144, "fields": {"page": 220, "name": "Product #44 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 145, "fields": {"page": 221, "name": "Product #45 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 146, "fields": {"page": 222, "name": "Product #46 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 147, "fields": {"page": 223, "name": "Product #47 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 148, "fields": {"page": 224, "name": "Product #48 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 149, "fields": {"page": 225, "name": "Product #49 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 150, "fields": {"page": 226, "name": "Product #50 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 151, "fields": {"page": 227, "name": "Product #1 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 152, "fields": {"page": 228, "name": "Product #2 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 153, "fields": {"page": 229, "name": "Product #3 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 154, "fields": {"page": 230, "name": "Product #4 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 155, "fields": {"page": 231, "name": "Product #5 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 156, "fields": {"page": 232, "name": "Product #6 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 157, "fields": {"page": 233, "name": "Product #7 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 158, "fields": {"page": 234, "name": "Product #8 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 159, "fields": {"page": 235, "name": "Product #9 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 160, "fields": {"page": 236, "name": "Product #10 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 161, "fields": {"page": 237, "name": "Product #11 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 162, "fields": {"page": 238, "name": "Product #12 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 163, "fields": {"page": 239, "name": "Product #13 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 164, "fields": {"page": 240, "name": "Product #14 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 165, "fields": {"page": 241, "name": "Product #15 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 166, "fields": {"page": 242, "name": "Product #16 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 167, "fields": {"page": 243, "name": "Product #17 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 168, "fields": {"page": 244, "name": "Product #18 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 169, "fields": {"page": 245, "name": "Product #19 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 170, "fields": {"page": 246, "name": "Product #20 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 171, "fields": {"page": 247, "name": "Product #21 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 172, "fields": {"page": 248, "name": "Product #22 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 173, "fields": {"page": 249, "name": "Product #23 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 174, "fields": {"page": 250, "name": "Product #24 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 175, "fields": {"page": 251, "name": "Product #25 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 176, "fields": {"page": 252, "name": "Product #26 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 177, "fields": {"page": 253, "name": "Product #27 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 178, "fields": {"page": 254, "name": "Product #28 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 179, "fields": {"page": 255, "name": "Product #29 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 180, "fields": {"page": 256, "name": "Product #30 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 181, "fields": {"page": 257, "name": "Product #31 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 182, "fields": {"page": 258, "name": "Product #32 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 183, "fields": {"page": 259, "name": "Product #33 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 184, "fields": {"page": 260, "name": "Product #34 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 185, "fields": {"page": 261, "name": "Product #35 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 186, "fields": {"page": 262, "name": "Product #36 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 187, "fields": {"page": 263, "name": "Product #37 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 188, "fields": {"page": 264, "name": "Product #38 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 189, "fields": {"page": 265, "name": "Product #39 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 190, "fields": {"page": 266, "name": "Product #40 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 191, "fields": {"page": 267, "name": "Product #41 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 192, "fields": {"page": 268, "name": "Product #42 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 193, "fields": {"page": 269, "name": "Product #43 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 194, "fields": {"page": 270, "name": "Product #44 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 195, "fields": {"page": 271, "name": "Product #45 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 196, "fields": {"page": 272, "name": "Product #46 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 197, "fields": {"page": 273, "name": "Product #47 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 198, "fields": {"page": 274, "name": "Product #48 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 199, "fields": {"page": 275, "name": "Product #49 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 200, "fields": {"page": 276, "name": "Product #50 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 201, "fields": {"page": 277, "name": "Product #1 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 202, "fields": {"page": 278, "name": "Product #2 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 203, "fields": {"page": 279, "name": "Product #3 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 204, "fields": {"page": 280, "name": "Product #4 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 205, "fields": {"page": 281, "name": "Product #5 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 206, "fields": {"page": 282, "name": "Product #6 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 207, "fields": {"page": 283, "name": "Product #7 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 208, "fields": {"page": 284, "name": "Product #8 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 209, "fields": {"page": 285, "name": "Product #9 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 210, "fields": {"page": 286, "name": "Product #10 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 211, "fields": {"page": 287, "name": "Product #11 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 212, "fields": {"page": 288, "name": "Product #12 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 213, "fields": {"page": 289, "name": "Product #13 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 214, "fields": {"page": 290, "name": "Product #14 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 215, "fields": {"page": 291, "name": "Product #15 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 216, "fields": {"page": 292, "name": "Product #16 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 217, "fields": {"page": 293, "name": "Product #17 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 218, "fields": {"page": 294, "name": "Product #18 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 219, "fields": {"page": 295, "name": "Product #19 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 220, "fields": {"page": 296, "name": "Product #20 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 221, "fields": {"page": 297, "name": "Product #21 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 222, "fields": {"page": 298, "name": "Product #22 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 223, "fields": {"page": 299, "name": "Product #23 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 224, "fields": {"page": 300, "name": "Product #24 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 225, "fields": {"page": 301, "name": "Product #25 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 226, "fields": {"page": 302, "name": "Product #26 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 227, "fields": {"page": 303, "name": "Product #27 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 228, "fields": {"page": 304, "name": "Product #28 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 229, "fields": {"page": 305, "name": "Product #29 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 230, "fields": {"page": 306, "name": "Product #30 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 231, "fields": {"page": 307, "name": "Product #31 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 232, "fields": {"page": 308, "name": "Product #32 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 233, "fields": {"page": 309, "name": "Product #33 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 234, "fields": {"page": 310, "name": "Product #34 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 235, "fields": {"page": 311, "name": "Product #35 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 236, "fields": {"page": 312, "name": "Product #36 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 237, "fields": {"page": 313, "name": "Product #37 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 238, "fields": {"page": 314, "name": "Product #38 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 239, "fields": {"page": 315, "name": "Product #39 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 240, "fields": {"page": 316, "name": "Product #40 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 241, "fields": {"page": 317, "name": "Product #41 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 242, "fields": {"page": 318, "name": "Product #42 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 243, "fields": {"page": 319, "name": "Product #43 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 244, "fields": {"page": 320, "name": "Product #44 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 245, "fields": {"page": 321, "name": "Product #45 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 246, "fields": {"page": 322, "name": "Product #46 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 247, "fields": {"page": 323, "name": "Product #47 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 248, "fields": {"page": 324, "name": "Product #48 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 249, "fields": {"page": 325, "name": "Product #49 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 250, "fields": {"page": 326, "name": "Product #50 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 251, "fields": {"page": 327, "name": "Product #1 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 252, "fields": {"page": 328, "name": "Product #2 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 253, "fields": {"page": 329, "name": "Product #3 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 254, "fields": {"page": 330, "name": "Product #4 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 255, "fields": {"page": 331, "name": "Product #5 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 256, "fields": {"page": 332, "name": "Product #6 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 257, "fields": {"page": 333, "name": "Product #7 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 258, "fields": {"page": 334, "name": "Product #8 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 259, "fields": {"page": 335, "name": "Product #9 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 260, "fields": {"page": 336, "name": "Product #10 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 261, "fields": {"page": 337, "name": "Product #11 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 262, "fields": {"page": 338, "name": "Product #12 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 263, "fields": {"page": 339, "name": "Product #13 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 264, "fields": {"page": 340, "name": "Product #14 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 265, "fields": {"page": 341, "name": "Product #15 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 266, "fields": {"page": 342, "name": "Product #16 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 267, "fields": {"page": 343, "name": "Product #17 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 268, "fields": {"page": 344, "name": "Product #18 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 269, "fields": {"page": 345, "name": "Product #19 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 270, "fields": {"page": 346, "name": "Product #20 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 271, "fields": {"page": 347, "name": "Product #21 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 272, "fields": {"page": 348, "name": "Product #22 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 273, "fields": {"page": 349, "name": "Product #23 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 274, "fields": {"page": 350, "name": "Product #24 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 275, "fields": {"page": 351, "name": "Product #25 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 276, "fields": {"page": 352, "name": "Product #26 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 277, "fields": {"page": 353, "name": "Product #27 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 278, "fields": {"page": 354, "name": "Product #28 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 279, "fields": {"page": 355, "name": "Product #29 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 280, "fields": {"page": 356, "name": "Product #30 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 281, "fields": {"page": 357, "name": "Product #31 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 282, "fields": {"page": 358, "name": "Product #32 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 283, "fields": {"page": 359, "name": "Product #33 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 284, "fields": {"page": 360, "name": "Product #34 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 285, "fields": {"page": 361, "name": "Product #35 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 286, "fields": {"page": 362, "name": "Product #36 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 287, "fields": {"page": 363, "name": "Product #37 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 288, "fields": {"page": 364, "name": "Product #38 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 289, "fields": {"page": 365, "name": "Product #39 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 290, "fields": {"page": 366, "name": "Product #40 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 291, "fields": {"page": 367, "name": "Product #41 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 292, "fields": {"page": 368, "name": "Product #42 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 293, "fields": {"page": 369, "name": "Product #43 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 294, "fields": {"page": 370, "name": "Product #44 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 295, "fields": {"page": 371, "name": "Product #45 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 296, "fields": {"page": 372, "name": "Product #46 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 297, "fields": {"page": 373, "name": "Product #47 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 298, "fields": {"page": 374, "name": "Product #48 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 299, "fields": {"page": 375, "name": "Product #49 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 300, "fields": {"page": 376, "name": "Product #50 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.taggroup", "pk": 1, "fields": {"uuid": "a87a095c-3dc0-4b84-af33-39e62758932f", "name": "\u0414\u043b\u0438\u043d\u0430", "position": 1}}, {"model": "stroyprombeton.taggroup", "pk": 2, "fields": {"uuid": "08211d6f-54e1-4967-a3e4-5a8bff3fc09d", "name": "\u041c\u0430\u0441\u0441\u0430", "position": 2}}, {"model": "stroyprombeton.tag", "pk": 1, "fields": {"uuid": "ae1b2700-1662-43e4-89a0-b060f4d44231", "name": "1 \u043c", "position": 1, "slug": "dlina__1-m", "group": 1}}, {"model": "stroyprombeton.tag", "pk": 2, "fields": {"uuid": "55c6da38-2036-47e0-908a-bf7391bd6d94", "name": "2 \u043c", "position": 2, "slug": "dlina__2-m", "group": 1}}, {"model": "stroyprombeton.tag", "pk": 3, "fields": {"uuid": "ab113050-f6a4-403d-95e3-6819b2bd1626", "name": "2 \u043a\u0433", "position": 1, "slug": "massa__2-kg", "group": 2}}, {"model": "stroyprombeton.tag", "pk": 4, "fields": {"uuid": "dee58f81-f8f3-4e4f-ad9b-e8f15b425b2b", "name": "3 \u043a\u0433", "position": 2, "slug": "massa__3-kg", "group": 2}}] \ No newline at end of file +[{"model": "contenttypes.contenttype", "fields": {"app_label": "contenttypes", "model": "contenttype"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "auth", "model": "permission"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "auth", "model": "group"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "auth", "model": "user"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "redirects", "model": "redirect"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "sessions", "model": "session"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "sites", "model": "site"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "thumbnail", "model": "kvstore"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "admin", "model": "logentry"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "images", "model": "image"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "pages", "model": "pagetemplate"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "pages", "model": "page"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "pages", "model": "custompage"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "pages", "model": "flatpage"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "pages", "model": "modelpage"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "ecommerce", "model": "order"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "ecommerce", "model": "position"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "stroyprombeton", "model": "order"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "stroyprombeton", "model": "category"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "stroyprombeton", "model": "series"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "stroyprombeton", "model": "option"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "stroyprombeton", "model": "product"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "stroyprombeton", "model": "categorypage"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "stroyprombeton", "model": "productpage"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "stroyprombeton", "model": "seriespage"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "stroyprombeton", "model": "newsforadmin"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "stroyprombeton", "model": "regionsforadmin"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "stroyprombeton", "model": "clientfeedbacksforadmin"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "stroyprombeton", "model": "taggroup"}}, {"model": "contenttypes.contenttype", "fields": {"app_label": "stroyprombeton", "model": "tag"}}, {"model": "auth.permission", "fields": {"name": "Can add content type", "content_type": ["contenttypes", "contenttype"], "codename": "add_contenttype"}}, {"model": "auth.permission", "fields": {"name": "Can change content type", "content_type": ["contenttypes", "contenttype"], "codename": "change_contenttype"}}, {"model": "auth.permission", "fields": {"name": "Can delete content type", "content_type": ["contenttypes", "contenttype"], "codename": "delete_contenttype"}}, {"model": "auth.permission", "fields": {"name": "Can add permission", "content_type": ["auth", "permission"], "codename": "add_permission"}}, {"model": "auth.permission", "fields": {"name": "Can change permission", "content_type": ["auth", "permission"], "codename": "change_permission"}}, {"model": "auth.permission", "fields": {"name": "Can delete permission", "content_type": ["auth", "permission"], "codename": "delete_permission"}}, {"model": "auth.permission", "fields": {"name": "Can add group", "content_type": ["auth", "group"], "codename": "add_group"}}, {"model": "auth.permission", "fields": {"name": "Can change group", "content_type": ["auth", "group"], "codename": "change_group"}}, {"model": "auth.permission", "fields": {"name": "Can delete group", "content_type": ["auth", "group"], "codename": "delete_group"}}, {"model": "auth.permission", "fields": {"name": "Can add user", "content_type": ["auth", "user"], "codename": "add_user"}}, {"model": "auth.permission", "fields": {"name": "Can change user", "content_type": ["auth", "user"], "codename": "change_user"}}, {"model": "auth.permission", "fields": {"name": "Can delete user", "content_type": ["auth", "user"], "codename": "delete_user"}}, {"model": "auth.permission", "fields": {"name": "Can add redirect", "content_type": ["redirects", "redirect"], "codename": "add_redirect"}}, {"model": "auth.permission", "fields": {"name": "Can change redirect", "content_type": ["redirects", "redirect"], "codename": "change_redirect"}}, {"model": "auth.permission", "fields": {"name": "Can delete redirect", "content_type": ["redirects", "redirect"], "codename": "delete_redirect"}}, {"model": "auth.permission", "fields": {"name": "Can add session", "content_type": ["sessions", "session"], "codename": "add_session"}}, {"model": "auth.permission", "fields": {"name": "Can change session", "content_type": ["sessions", "session"], "codename": "change_session"}}, {"model": "auth.permission", "fields": {"name": "Can delete session", "content_type": ["sessions", "session"], "codename": "delete_session"}}, {"model": "auth.permission", "fields": {"name": "Can add site", "content_type": ["sites", "site"], "codename": "add_site"}}, {"model": "auth.permission", "fields": {"name": "Can change site", "content_type": ["sites", "site"], "codename": "change_site"}}, {"model": "auth.permission", "fields": {"name": "Can delete site", "content_type": ["sites", "site"], "codename": "delete_site"}}, {"model": "auth.permission", "fields": {"name": "Can add kv store", "content_type": ["thumbnail", "kvstore"], "codename": "add_kvstore"}}, {"model": "auth.permission", "fields": {"name": "Can change kv store", "content_type": ["thumbnail", "kvstore"], "codename": "change_kvstore"}}, {"model": "auth.permission", "fields": {"name": "Can delete kv store", "content_type": ["thumbnail", "kvstore"], "codename": "delete_kvstore"}}, {"model": "auth.permission", "fields": {"name": "Can add log entry", "content_type": ["admin", "logentry"], "codename": "add_logentry"}}, {"model": "auth.permission", "fields": {"name": "Can change log entry", "content_type": ["admin", "logentry"], "codename": "change_logentry"}}, {"model": "auth.permission", "fields": {"name": "Can delete log entry", "content_type": ["admin", "logentry"], "codename": "delete_logentry"}}, {"model": "auth.permission", "fields": {"name": "Can add image", "content_type": ["images", "image"], "codename": "add_image"}}, {"model": "auth.permission", "fields": {"name": "Can change image", "content_type": ["images", "image"], "codename": "change_image"}}, {"model": "auth.permission", "fields": {"name": "Can delete image", "content_type": ["images", "image"], "codename": "delete_image"}}, {"model": "auth.permission", "fields": {"name": "Can add Page Template", "content_type": ["pages", "pagetemplate"], "codename": "add_pagetemplate"}}, {"model": "auth.permission", "fields": {"name": "Can change Page Template", "content_type": ["pages", "pagetemplate"], "codename": "change_pagetemplate"}}, {"model": "auth.permission", "fields": {"name": "Can delete Page Template", "content_type": ["pages", "pagetemplate"], "codename": "delete_pagetemplate"}}, {"model": "auth.permission", "fields": {"name": "Can add Page", "content_type": ["pages", "page"], "codename": "add_page"}}, {"model": "auth.permission", "fields": {"name": "Can change Page", "content_type": ["pages", "page"], "codename": "change_page"}}, {"model": "auth.permission", "fields": {"name": "Can delete Page", "content_type": ["pages", "page"], "codename": "delete_page"}}, {"model": "auth.permission", "fields": {"name": "Can add Custom Page", "content_type": ["pages", "page"], "codename": "add_custompage"}}, {"model": "auth.permission", "fields": {"name": "Can change Custom Page", "content_type": ["pages", "page"], "codename": "change_custompage"}}, {"model": "auth.permission", "fields": {"name": "Can delete Custom Page", "content_type": ["pages", "page"], "codename": "delete_custompage"}}, {"model": "auth.permission", "fields": {"name": "Can add Flat Page", "content_type": ["pages", "page"], "codename": "add_flatpage"}}, {"model": "auth.permission", "fields": {"name": "Can change Flat Page", "content_type": ["pages", "page"], "codename": "change_flatpage"}}, {"model": "auth.permission", "fields": {"name": "Can delete Flat Page", "content_type": ["pages", "page"], "codename": "delete_flatpage"}}, {"model": "auth.permission", "fields": {"name": "Can add model page", "content_type": ["pages", "page"], "codename": "add_modelpage"}}, {"model": "auth.permission", "fields": {"name": "Can change model page", "content_type": ["pages", "page"], "codename": "change_modelpage"}}, {"model": "auth.permission", "fields": {"name": "Can delete model page", "content_type": ["pages", "page"], "codename": "delete_modelpage"}}, {"model": "auth.permission", "fields": {"name": "Can add order", "content_type": ["ecommerce", "order"], "codename": "add_order"}}, {"model": "auth.permission", "fields": {"name": "Can change order", "content_type": ["ecommerce", "order"], "codename": "change_order"}}, {"model": "auth.permission", "fields": {"name": "Can delete order", "content_type": ["ecommerce", "order"], "codename": "delete_order"}}, {"model": "auth.permission", "fields": {"name": "Can add position", "content_type": ["ecommerce", "position"], "codename": "add_position"}}, {"model": "auth.permission", "fields": {"name": "Can change position", "content_type": ["ecommerce", "position"], "codename": "change_position"}}, {"model": "auth.permission", "fields": {"name": "Can delete position", "content_type": ["ecommerce", "position"], "codename": "delete_position"}}, {"model": "auth.permission", "fields": {"name": "Can add order", "content_type": ["stroyprombeton", "order"], "codename": "add_order"}}, {"model": "auth.permission", "fields": {"name": "Can change order", "content_type": ["stroyprombeton", "order"], "codename": "change_order"}}, {"model": "auth.permission", "fields": {"name": "Can delete order", "content_type": ["stroyprombeton", "order"], "codename": "delete_order"}}, {"model": "auth.permission", "fields": {"name": "Can add Category", "content_type": ["stroyprombeton", "category"], "codename": "add_category"}}, {"model": "auth.permission", "fields": {"name": "Can change Category", "content_type": ["stroyprombeton", "category"], "codename": "change_category"}}, {"model": "auth.permission", "fields": {"name": "Can delete Category", "content_type": ["stroyprombeton", "category"], "codename": "delete_category"}}, {"model": "auth.permission", "fields": {"name": "Can add Series", "content_type": ["stroyprombeton", "series"], "codename": "add_series"}}, {"model": "auth.permission", "fields": {"name": "Can change Series", "content_type": ["stroyprombeton", "series"], "codename": "change_series"}}, {"model": "auth.permission", "fields": {"name": "Can delete Series", "content_type": ["stroyprombeton", "series"], "codename": "delete_series"}}, {"model": "auth.permission", "fields": {"name": "Can add Product", "content_type": ["stroyprombeton", "option"], "codename": "add_option"}}, {"model": "auth.permission", "fields": {"name": "Can change Product", "content_type": ["stroyprombeton", "option"], "codename": "change_option"}}, {"model": "auth.permission", "fields": {"name": "Can delete Product", "content_type": ["stroyprombeton", "option"], "codename": "delete_option"}}, {"model": "auth.permission", "fields": {"name": "Can add Product", "content_type": ["stroyprombeton", "product"], "codename": "add_product"}}, {"model": "auth.permission", "fields": {"name": "Can change Product", "content_type": ["stroyprombeton", "product"], "codename": "change_product"}}, {"model": "auth.permission", "fields": {"name": "Can delete Product", "content_type": ["stroyprombeton", "product"], "codename": "delete_product"}}, {"model": "auth.permission", "fields": {"name": "Can add category", "content_type": ["pages", "page"], "codename": "add_categorypage"}}, {"model": "auth.permission", "fields": {"name": "Can change category", "content_type": ["pages", "page"], "codename": "change_categorypage"}}, {"model": "auth.permission", "fields": {"name": "Can delete category", "content_type": ["pages", "page"], "codename": "delete_categorypage"}}, {"model": "auth.permission", "fields": {"name": "Can add product", "content_type": ["pages", "page"], "codename": "add_productpage"}}, {"model": "auth.permission", "fields": {"name": "Can change product", "content_type": ["pages", "page"], "codename": "change_productpage"}}, {"model": "auth.permission", "fields": {"name": "Can delete product", "content_type": ["pages", "page"], "codename": "delete_productpage"}}, {"model": "auth.permission", "fields": {"name": "Can add serie", "content_type": ["pages", "page"], "codename": "add_seriespage"}}, {"model": "auth.permission", "fields": {"name": "Can change serie", "content_type": ["pages", "page"], "codename": "change_seriespage"}}, {"model": "auth.permission", "fields": {"name": "Can delete serie", "content_type": ["pages", "page"], "codename": "delete_seriespage"}}, {"model": "auth.permission", "fields": {"name": "Can add News", "content_type": ["pages", "page"], "codename": "add_newsforadmin"}}, {"model": "auth.permission", "fields": {"name": "Can change News", "content_type": ["pages", "page"], "codename": "change_newsforadmin"}}, {"model": "auth.permission", "fields": {"name": "Can delete News", "content_type": ["pages", "page"], "codename": "delete_newsforadmin"}}, {"model": "auth.permission", "fields": {"name": "Can add Regions", "content_type": ["pages", "page"], "codename": "add_regionsforadmin"}}, {"model": "auth.permission", "fields": {"name": "Can change Regions", "content_type": ["pages", "page"], "codename": "change_regionsforadmin"}}, {"model": "auth.permission", "fields": {"name": "Can delete Regions", "content_type": ["pages", "page"], "codename": "delete_regionsforadmin"}}, {"model": "auth.permission", "fields": {"name": "Can add Client feedbacks", "content_type": ["pages", "page"], "codename": "add_clientfeedbacksforadmin"}}, {"model": "auth.permission", "fields": {"name": "Can change Client feedbacks", "content_type": ["pages", "page"], "codename": "change_clientfeedbacksforadmin"}}, {"model": "auth.permission", "fields": {"name": "Can delete Client feedbacks", "content_type": ["pages", "page"], "codename": "delete_clientfeedbacksforadmin"}}, {"model": "auth.permission", "fields": {"name": "Can add tag group", "content_type": ["stroyprombeton", "taggroup"], "codename": "add_taggroup"}}, {"model": "auth.permission", "fields": {"name": "Can change tag group", "content_type": ["stroyprombeton", "taggroup"], "codename": "change_taggroup"}}, {"model": "auth.permission", "fields": {"name": "Can delete tag group", "content_type": ["stroyprombeton", "taggroup"], "codename": "delete_taggroup"}}, {"model": "auth.permission", "fields": {"name": "Can add tag", "content_type": ["stroyprombeton", "tag"], "codename": "add_tag"}}, {"model": "auth.permission", "fields": {"name": "Can change tag", "content_type": ["stroyprombeton", "tag"], "codename": "change_tag"}}, {"model": "auth.permission", "fields": {"name": "Can delete tag", "content_type": ["stroyprombeton", "tag"], "codename": "delete_tag"}}, {"model": "images.image", "pk": 1, "fields": {"content_type": ["pages", "page"], "object_id": 68, "title": "", "slug": "", "description": "", "created": "2019-06-08", "image": "flatpage/68/46dfbd984138b19dce67270575566fe4.jpg", "is_main": true}}, {"model": "images.image", "pk": 2, "fields": {"content_type": ["pages", "page"], "object_id": 69, "title": "", "slug": "", "description": "", "created": "2019-06-08", "image": "flatpage/69/46dfbd984138b19dce67270575566fe4.jpg", "is_main": true}}, {"model": "images.image", "pk": 3, "fields": {"content_type": ["pages", "page"], "object_id": 70, "title": "", "slug": "", "description": "", "created": "2019-06-08", "image": "flatpage/70/46dfbd984138b19dce67270575566fe4.jpg", "is_main": true}}, {"model": "images.image", "pk": 4, "fields": {"content_type": ["pages", "page"], "object_id": 71, "title": "", "slug": "", "description": "", "created": "2019-06-08", "image": "flatpage/71/46dfbd984138b19dce67270575566fe4.jpg", "is_main": true}}, {"model": "images.image", "pk": 5, "fields": {"content_type": ["pages", "page"], "object_id": 72, "title": "", "slug": "", "description": "", "created": "2019-06-08", "image": "flatpage/72/46dfbd984138b19dce67270575566fe4.jpg", "is_main": true}}, {"model": "images.image", "pk": 6, "fields": {"content_type": ["pages", "page"], "object_id": 73, "title": "", "slug": "", "description": "", "created": "2019-06-08", "image": "flatpage/73/46dfbd984138b19dce67270575566fe4.jpg", "is_main": true}}, {"model": "images.image", "pk": 7, "fields": {"content_type": ["pages", "page"], "object_id": 74, "title": "", "slug": "", "description": "", "created": "2019-06-08", "image": "flatpage/74/46dfbd984138b19dce67270575566fe4.jpg", "is_main": true}}, {"model": "images.image", "pk": 8, "fields": {"content_type": ["pages", "page"], "object_id": 75, "title": "", "slug": "", "description": "", "created": "2019-06-08", "image": "flatpage/75/46dfbd984138b19dce67270575566fe4.jpg", "is_main": true}}, {"model": "images.image", "pk": 9, "fields": {"content_type": ["pages", "page"], "object_id": 76, "title": "", "slug": "", "description": "", "created": "2019-06-08", "image": "flatpage/76/46dfbd984138b19dce67270575566fe4.jpg", "is_main": true}}, {"model": "images.image", "pk": 10, "fields": {"content_type": ["pages", "page"], "object_id": 168, "title": "deer", "slug": "deer", "description": "", "created": "2019-06-08", "image": "modelpage/168/dfc16426783064ca4ef3fd7bdeecff54.jpg", "is_main": true}}, {"model": "images.image", "pk": 11, "fields": {"content_type": ["pages", "page"], "object_id": 168, "title": "gold", "slug": "gold", "description": "", "created": "2019-06-08", "image": "modelpage/168/2973a4166eddbf6c07498817c53b1090.jpg", "is_main": false}}, {"model": "images.image", "pk": 12, "fields": {"content_type": ["pages", "page"], "object_id": 186, "title": "deer", "slug": "deer", "description": "", "created": "2019-06-08", "image": "modelpage/186/dfc16426783064ca4ef3fd7bdeecff54.jpg", "is_main": true}}, {"model": "images.image", "pk": 13, "fields": {"content_type": ["pages", "page"], "object_id": 186, "title": "gold", "slug": "gold", "description": "", "created": "2019-06-08", "image": "modelpage/186/2973a4166eddbf6c07498817c53b1090.jpg", "is_main": false}}, {"model": "pages.pagetemplate", "pk": 1, "fields": {"name": "{{ page.name }} name.", "h1": "{{ page.name }}{{ tag_titles }} h1.", "keywords": "{{ page.name }} keywords.", "description": "{{ page.name }} description.", "title": "{{ page.name }} title.", "seo_text": "{{ page.name }} seotext.{% for tag in tags %}{{ tag.name }}, {% endfor %}"}}, {"model": "pages.page", "pk": 1, "fields": {"name": "Category root #0", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-0", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 314, "tree_id": 1, "level": 0}}, {"model": "pages.page", "pk": 2, "fields": {"name": "Category root #1", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-1", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 314, "tree_id": 2, "level": 0}}, {"model": "pages.page", "pk": 3, "fields": {"name": "Category root empty #0", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-0", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 3, "level": 0}}, {"model": "pages.page", "pk": 4, "fields": {"name": "Category root empty #1", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-1", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 4, "level": 0}}, {"model": "pages.page", "pk": 5, "fields": {"name": "Category root empty #2", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-2", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 5, "level": 0}}, {"model": "pages.page", "pk": 6, "fields": {"name": "Category root empty #3", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-3", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 6, "level": 0}}, {"model": "pages.page", "pk": 7, "fields": {"name": "Category root empty #4", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-4", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 7, "level": 0}}, {"model": "pages.page", "pk": 8, "fields": {"name": "Category root empty #5", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-5", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 8, "level": 0}}, {"model": "pages.page", "pk": 9, "fields": {"name": "Category root empty #6", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-6", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 9, "level": 0}}, {"model": "pages.page", "pk": 10, "fields": {"name": "Category root empty #7", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-7", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 10, "level": 0}}, {"model": "pages.page", "pk": 11, "fields": {"name": "Category root empty #8", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-8", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 11, "level": 0}}, {"model": "pages.page", "pk": 12, "fields": {"name": "Category root empty #9", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-9", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 12, "level": 0}}, {"model": "pages.page", "pk": 13, "fields": {"name": "Category root empty #10", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-10", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 13, "level": 0}}, {"model": "pages.page", "pk": 14, "fields": {"name": "Category root empty #11", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-11", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 14, "level": 0}}, {"model": "pages.page", "pk": 15, "fields": {"name": "Category root empty #12", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-12", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 15, "level": 0}}, {"model": "pages.page", "pk": 16, "fields": {"name": "Category root empty #13", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-13", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 16, "level": 0}}, {"model": "pages.page", "pk": 17, "fields": {"name": "Category root empty #14", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-14", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 17, "level": 0}}, {"model": "pages.page", "pk": 18, "fields": {"name": "Category root empty #15", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-15", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 18, "level": 0}}, {"model": "pages.page", "pk": 19, "fields": {"name": "Category root empty #16", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-16", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 19, "level": 0}}, {"model": "pages.page", "pk": 20, "fields": {"name": "Category root empty #17", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-17", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 20, "level": 0}}, {"model": "pages.page", "pk": 21, "fields": {"name": "Category root empty #18", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-18", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 21, "level": 0}}, {"model": "pages.page", "pk": 22, "fields": {"name": "Category root empty #19", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-19", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 22, "level": 0}}, {"model": "pages.page", "pk": 23, "fields": {"name": "Category root empty #20", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-20", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 23, "level": 0}}, {"model": "pages.page", "pk": 24, "fields": {"name": "Category root empty #21", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-21", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 24, "level": 0}}, {"model": "pages.page", "pk": 25, "fields": {"name": "Category root empty #22", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-22", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 25, "level": 0}}, {"model": "pages.page", "pk": 26, "fields": {"name": "Category root empty #23", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-23", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 26, "level": 0}}, {"model": "pages.page", "pk": 27, "fields": {"name": "Category root empty #24", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-24", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 27, "level": 0}}, {"model": "pages.page", "pk": 28, "fields": {"name": "Category root empty #25", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-25", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 28, "level": 0}}, {"model": "pages.page", "pk": 29, "fields": {"name": "Category root empty #26", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-26", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 29, "level": 0}}, {"model": "pages.page", "pk": 30, "fields": {"name": "Category root empty #27", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-27", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 30, "level": 0}}, {"model": "pages.page", "pk": 31, "fields": {"name": "Category root empty #28", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-28", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 31, "level": 0}}, {"model": "pages.page", "pk": 32, "fields": {"name": "Category root empty #29", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-29", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 32, "level": 0}}, {"model": "pages.page", "pk": 33, "fields": {"name": "Category root empty #30", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-30", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 33, "level": 0}}, {"model": "pages.page", "pk": 34, "fields": {"name": "Category root empty #31", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-31", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 34, "level": 0}}, {"model": "pages.page", "pk": 35, "fields": {"name": "Category root empty #32", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-32", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 35, "level": 0}}, {"model": "pages.page", "pk": 36, "fields": {"name": "Category root empty #33", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-33", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 36, "level": 0}}, {"model": "pages.page", "pk": 37, "fields": {"name": "Category root empty #34", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-34", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 37, "level": 0}}, {"model": "pages.page", "pk": 38, "fields": {"name": "Category root empty #35", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-35", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 38, "level": 0}}, {"model": "pages.page", "pk": 39, "fields": {"name": "Category root empty #36", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-36", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 39, "level": 0}}, {"model": "pages.page", "pk": 40, "fields": {"name": "Category root empty #37", "type": "model", "related_model_name": "stroyprombeton_category", "parent": null, "slug": "category-root-empty-37", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 1, "rght": 2, "tree_id": 40, "level": 0}}, {"model": "pages.page", "pk": 41, "fields": {"name": "Category #0 of #1", "type": "model", "related_model_name": "stroyprombeton_category", "parent": 1, "slug": "category-0-of-1", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 2, "rght": 311, "tree_id": 1, "level": 1}}, {"model": "pages.page", "pk": 42, "fields": {"name": "Category #0 of #2", "type": "model", "related_model_name": "stroyprombeton_category", "parent": 2, "slug": "category-0-of-2", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 2, "rght": 311, "tree_id": 2, "level": 1}}, {"model": "pages.page", "pk": 43, "fields": {"name": "Category #1 of #1", "type": "model", "related_model_name": "stroyprombeton_category", "parent": 1, "slug": "category-1-of-1", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 312, "rght": 313, "tree_id": 1, "level": 1}}, {"model": "pages.page", "pk": 44, "fields": {"name": "Category #1 of #2", "type": "model", "related_model_name": "stroyprombeton_category", "parent": 2, "slug": "category-1-of-2", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 312, "rght": 313, "tree_id": 2, "level": 1}}, {"model": "pages.page", "pk": 45, "fields": {"name": "Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_category", "parent": 41, "slug": "category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 3, "rght": 204, "tree_id": 1, "level": 2}}, {"model": "pages.page", "pk": 46, "fields": {"name": "Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_category", "parent": 42, "slug": "category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 3, "rght": 204, "tree_id": 2, "level": 2}}, {"model": "pages.page", "pk": 47, "fields": {"name": "Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_category", "parent": 43, "slug": "category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 309, "rght": 310, "tree_id": 1, "level": 2}}, {"model": "pages.page", "pk": 48, "fields": {"name": "Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_category", "parent": 44, "slug": "category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 309, "rght": 310, "tree_id": 2, "level": 2}}, {"model": "pages.page", "pk": 49, "fields": {"name": "Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_category", "parent": 41, "slug": "category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 205, "rght": 256, "tree_id": 1, "level": 2}}, {"model": "pages.page", "pk": 50, "fields": {"name": "Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_category", "parent": 42, "slug": "category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 205, "rght": 306, "tree_id": 2, "level": 2}}, {"model": "pages.page", "pk": 51, "fields": {"name": "Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_category", "parent": 43, "slug": "category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 257, "rght": 308, "tree_id": 1, "level": 2}}, {"model": "pages.page", "pk": 52, "fields": {"name": "Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_category", "parent": 44, "slug": "category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 307, "rght": 308, "tree_id": 2, "level": 2}}, {"model": "pages.page", "pk": 53, "fields": {"name": "\u0412\u0441\u0435 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438", "type": "custom", "related_model_name": "", "parent": null, "slug": "gbi", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "\u041a\u0430\u0442\u0430\u043b\u043e\u0433", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "\u041a\u0430\u0442\u0430\u043b\u043e\u0433 \u0442\u043e\u0432\u0430\u0440\u043e\u0432", "template": null, "lft": 1, "rght": 2, "tree_id": 41, "level": 0}}, {"model": "pages.page", "pk": 54, "fields": {"name": "\u041e\u0442\u0437\u044b\u0432\u044b", "type": "custom", "related_model_name": "", "parent": null, "slug": "client-feedbacks", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 20, "tree_id": 42, "level": 0}}, {"model": "pages.page", "pk": 55, "fields": {"name": "\u0417\u0430\u0432\u043e\u0434 \u0436\u0435\u043b\u0435\u0437\u043e\u0431\u0435\u0442\u043e\u043d\u043d\u044b\u0445 \u0438\u0437\u0434\u0435\u043b\u0438\u0439 \u00ab\u0421\u0422\u041a \u041c\u043e\u0434\u0443\u043b\u044c\u00bb", "type": "custom", "related_model_name": "", "parent": null, "slug": "", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "\u0413\u043b\u0430\u0432\u043d\u0430\u044f", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "\u0417\u0430\u0432\u043e\u0434 \u0416\u0411\u0418 \u00ab\u0421\u0422\u041a \u041c\u043e\u0434\u0443\u043b\u044c\u00bb | \u041f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u0416\u0411\u0418 \u0432 \u0421\u0430\u043d\u043a\u0442-\u041f\u0435\u0442\u0435\u0440\u0431\u0443\u0440\u0433\u0435, \u0436\u0435\u043b\u0435\u0437\u043e\u0431\u0435\u0442\u043e\u043d\u043d\u044b\u0435 \u0438\u0437\u0434\u0435\u043b\u0438\u044f \u0421\u041f\u0431", "template": null, "lft": 1, "rght": 2, "tree_id": 43, "level": 0}}, {"model": "pages.page", "pk": 56, "fields": {"name": "\u041d\u043e\u0432\u043e\u0441\u0442\u0438 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438", "type": "custom", "related_model_name": "", "parent": null, "slug": "news", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "\u041d\u043e\u0432\u043e\u0441\u0442\u0438 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "\u0417\u0430\u0432\u043e\u0434 \u0416\u0411\u0418 \u00ab\u0421\u0422\u041a \u041c\u043e\u0434\u0443\u043b\u044c\u00bb", "template": null, "lft": 1, "rght": 4, "tree_id": 44, "level": 0}}, {"model": "pages.page", "pk": 57, "fields": {"name": "\u041e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u0435 \u0437\u0430\u043a\u0430\u0437\u0430", "type": "custom", "related_model_name": "", "parent": null, "slug": "order", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "\u041a\u043e\u0440\u0437\u0438\u043d\u0430 \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d \u0421\u0422\u041a \u041c\u043e\u0434\u0443\u043b\u044c", "template": null, "lft": 1, "rght": 2, "tree_id": 45, "level": 0}}, {"model": "pages.page", "pk": 58, "fields": {"name": "\u041e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u0435 \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u043d\u0430 \u043f\u0440\u0430\u0439\u0441 \u0416\u0411\u0418", "type": "custom", "related_model_name": "", "parent": null, "slug": "order-price", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "\u043f\u0440\u0430\u0439\u0441 \u043b\u0438\u0441\u0442 \u0436\u0431\u0438", "description": "\u041e\u0444\u043e\u0440\u043c\u0438\u0442\u044c \u0437\u0430\u044f\u0432\u043a\u0443 \u043d\u0430 \u043f\u0440\u0430\u0439\u0441\u043b\u0438\u0441\u0442 \u0416\u0411\u0418 \u0437\u0430\u0432\u043e\u0434\u0430 \u0421\u0422\u041a \u041c\u043e\u0434\u0443\u043b\u044c", "seo_text": "", "title": "\u041e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u0435 \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u043d\u0430 \u043f\u0440\u0430\u0439\u0441 \u0416\u0411\u0418", "template": null, "lft": 1, "rght": 2, "tree_id": 46, "level": 0}}, {"model": "pages.page", "pk": 59, "fields": {"name": "\u0417\u0430\u043a\u0430\u0437 \u043f\u0440\u0438\u043d\u044f\u0442", "type": "custom", "related_model_name": "", "parent": null, "slug": "order-success", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0437\u0430 \u0412\u0430\u0448 \u0437\u0430\u043a\u0430\u0437", "template": null, "lft": 1, "rght": 2, "tree_id": 47, "level": 0}}, {"model": "pages.page", "pk": 60, "fields": {"name": "\u0420\u0435\u0433\u0438\u043e\u043d\u044b, \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u043b\u0430\u0441\u044c \u043f\u0440\u043e\u0434\u0443\u043a\u0446\u0438\u044f \u0421\u0422\u041a \u041c\u043e\u0434\u0443\u043b\u044c", "type": "custom", "related_model_name": "", "parent": null, "slug": "regions", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 4, "tree_id": 48, "level": 0}}, {"model": "pages.page", "pk": 61, "fields": {"name": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u043e\u0438\u0441\u043a\u0430", "type": "custom", "related_model_name": "", "parent": null, "slug": "search", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u043e\u0438\u0441\u043a\u0430", "template": null, "lft": 1, "rght": 2, "tree_id": 49, "level": 0}}, {"model": "pages.page", "pk": 62, "fields": {"name": "\u041a\u0430\u0440\u0442\u0430 \u0441\u0430\u0439\u0442\u0430", "type": "custom", "related_model_name": "", "parent": null, "slug": "sitemap", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "\u041a\u0430\u0440\u0442\u0430 \u0441\u0430\u0439\u0442\u0430", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 50, "level": 0}}, {"model": "pages.page", "pk": 63, "fields": {"name": "\u041e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u0435 \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u043d\u0430 \u0438\u0437\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e \u0438\u043d\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043b\u044c\u043d\u044b\u043c \u0447\u0435\u0440\u0442\u0435\u0436\u0430\u043c", "type": "custom", "related_model_name": "", "parent": null, "slug": "order-drawing", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 51, "level": 0}}, {"model": "pages.page", "pk": 64, "fields": {"name": "", "type": "custom", "related_model_name": "", "parent": null, "slug": "robots.txt", "is_active": true, "position": 0, "content": "User-agent: *{% if debug %}\nDisallow: /\n{% else %}\nDisallow: /search/\nDisallow: /search-results/\nDisallow: /service/\nDisallow: /*.css$\nDisallow: /*.js$\nDisallow: /*.txt$\nDisallow: /*?k50id=*\nDisallow: /*?block=*\nDisallow: /*?utm_source=*\nDisallow: /*?keyword=*\nClean-param: from&utm_source&utm_medium&utm_campaign&block&keyword&position&k50id /\n\nUser-agent: Yandex\nDisallow: /search/\nDisallow: /search-results/\nDisallow: /service/\nDisallow: /*.css$\nDisallow: /*.js$\nDisallow: /*.txt$\nDisallow: /*?k50id=*\nDisallow: /*?block=*\nDisallow: /*?utm_source=*\nDisallow: /*?keyword=*\nClean-param: from&utm_source&utm_medium&utm_campaign&block&keyword&position&k50id /\n\nHost: {{ url }}\nSitemap: {{ url }}{% url 'sitemap' %}\n{% endif %}\n", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 52, "level": 0}}, {"model": "pages.page", "pk": 65, "fields": {"name": "\u0421\u0435\u0440\u0438\u0438", "type": "custom", "related_model_name": "", "parent": null, "slug": "series", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 53, "level": 0}}, {"model": "pages.page", "pk": 66, "fields": {"name": "Empire center state", "type": "flat", "related_model_name": "", "parent": 60, "slug": "empire-center-state", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 2, "rght": 3, "tree_id": 48, "level": 1}}, {"model": "pages.page", "pk": 67, "fields": {"name": "GBI for Krishnas temple", "type": "flat", "related_model_name": "", "parent": 56, "slug": "krishnas-temple", "is_active": true, "position": 0, "content": "Viktor gave some GBI to Krishnas. Good guy!", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 2, "rght": 3, "tree_id": 44, "level": 1}}, {"model": "pages.page", "pk": 68, "fields": {"name": "\"Some company\" respect #1", "type": "flat", "related_model_name": "", "parent": 54, "slug": "some-company-respect-1", "is_active": true, "position": 1, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 2, "rght": 3, "tree_id": 42, "level": 1}}, {"model": "pages.page", "pk": 69, "fields": {"name": "\"Some company\" respect #2", "type": "flat", "related_model_name": "", "parent": 54, "slug": "some-company-respect-2", "is_active": true, "position": 2, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 4, "rght": 5, "tree_id": 42, "level": 1}}, {"model": "pages.page", "pk": 70, "fields": {"name": "\"Some company\" respect #3", "type": "flat", "related_model_name": "", "parent": 54, "slug": "some-company-respect-3", "is_active": true, "position": 3, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 6, "rght": 7, "tree_id": 42, "level": 1}}, {"model": "pages.page", "pk": 71, "fields": {"name": "\"Some company\" respect #4", "type": "flat", "related_model_name": "", "parent": 54, "slug": "some-company-respect-4", "is_active": true, "position": 4, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 8, "rght": 9, "tree_id": 42, "level": 1}}, {"model": "pages.page", "pk": 72, "fields": {"name": "\"Some company\" respect #5", "type": "flat", "related_model_name": "", "parent": 54, "slug": "some-company-respect-5", "is_active": true, "position": 5, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 10, "rght": 11, "tree_id": 42, "level": 1}}, {"model": "pages.page", "pk": 73, "fields": {"name": "\"Some company\" respect #6", "type": "flat", "related_model_name": "", "parent": 54, "slug": "some-company-respect-6", "is_active": true, "position": 6, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 12, "rght": 13, "tree_id": 42, "level": 1}}, {"model": "pages.page", "pk": 74, "fields": {"name": "\"Some company\" respect #7", "type": "flat", "related_model_name": "", "parent": 54, "slug": "some-company-respect-7", "is_active": true, "position": 7, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 14, "rght": 15, "tree_id": 42, "level": 1}}, {"model": "pages.page", "pk": 75, "fields": {"name": "\"Some company\" respect #8", "type": "flat", "related_model_name": "", "parent": 54, "slug": "some-company-respect-8", "is_active": true, "position": 8, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 16, "rght": 17, "tree_id": 42, "level": 1}}, {"model": "pages.page", "pk": 76, "fields": {"name": "\"Some company\" respect #9", "type": "flat", "related_model_name": "", "parent": 54, "slug": "some-company-respect-9", "is_active": true, "position": 9, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 18, "rght": 19, "tree_id": 42, "level": 1}}, {"model": "pages.page", "pk": 77, "fields": {"name": "Product #1 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-1-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 206, "rght": 207, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 78, "fields": {"name": "Product #2 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-2-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 258, "rght": 259, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 79, "fields": {"name": "Product #3 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-3-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 260, "rght": 261, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 80, "fields": {"name": "Product #4 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-4-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 262, "rght": 263, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 81, "fields": {"name": "Product #5 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-5-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 264, "rght": 265, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 82, "fields": {"name": "Product #6 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-6-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 266, "rght": 267, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 83, "fields": {"name": "Product #7 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-7-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 268, "rght": 269, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 84, "fields": {"name": "Product #8 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-8-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 270, "rght": 271, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 85, "fields": {"name": "Product #9 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-9-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 272, "rght": 273, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 86, "fields": {"name": "Product #10 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-10-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 274, "rght": 275, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 87, "fields": {"name": "Product #11 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-11-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 276, "rght": 277, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 88, "fields": {"name": "Product #12 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-12-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 278, "rght": 279, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 89, "fields": {"name": "Product #13 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-13-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 280, "rght": 281, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 90, "fields": {"name": "Product #14 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-14-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 282, "rght": 283, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 91, "fields": {"name": "Product #15 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-15-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 284, "rght": 285, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 92, "fields": {"name": "Product #16 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-16-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 286, "rght": 287, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 93, "fields": {"name": "Product #17 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-17-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 288, "rght": 289, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 94, "fields": {"name": "Product #18 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-18-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 290, "rght": 291, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 95, "fields": {"name": "Product #19 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-19-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 292, "rght": 293, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 96, "fields": {"name": "Product #20 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-20-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 294, "rght": 295, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 97, "fields": {"name": "Product #21 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-21-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 296, "rght": 297, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 98, "fields": {"name": "Product #22 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-22-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 298, "rght": 299, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 99, "fields": {"name": "Product #23 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-23-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 300, "rght": 301, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 100, "fields": {"name": "Product #24 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-24-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 302, "rght": 303, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 101, "fields": {"name": "Product #25 of Category #1 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 50, "slug": "product-25-of-category-1-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 304, "rght": 305, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 102, "fields": {"name": "Product #1 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-1-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 258, "rght": 259, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 103, "fields": {"name": "Product #2 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-2-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 260, "rght": 261, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 104, "fields": {"name": "Product #3 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-3-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 262, "rght": 263, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 105, "fields": {"name": "Product #4 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-4-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 264, "rght": 265, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 106, "fields": {"name": "Product #5 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-5-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 266, "rght": 267, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 107, "fields": {"name": "Product #6 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-6-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 268, "rght": 269, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 108, "fields": {"name": "Product #7 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-7-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 270, "rght": 271, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 109, "fields": {"name": "Product #8 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-8-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 272, "rght": 273, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 110, "fields": {"name": "Product #9 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-9-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 274, "rght": 275, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 111, "fields": {"name": "Product #10 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-10-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 276, "rght": 277, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 112, "fields": {"name": "Product #11 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-11-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 278, "rght": 279, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 113, "fields": {"name": "Product #12 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-12-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 280, "rght": 281, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 114, "fields": {"name": "Product #13 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-13-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 282, "rght": 283, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 115, "fields": {"name": "Product #14 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-14-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 284, "rght": 285, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 116, "fields": {"name": "Product #15 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-15-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 286, "rght": 287, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 117, "fields": {"name": "Product #16 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-16-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 288, "rght": 289, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 118, "fields": {"name": "Product #17 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-17-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 290, "rght": 291, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 119, "fields": {"name": "Product #18 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-18-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 292, "rght": 293, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 120, "fields": {"name": "Product #19 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-19-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 294, "rght": 295, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 121, "fields": {"name": "Product #20 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-20-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 296, "rght": 297, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 122, "fields": {"name": "Product #21 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-21-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 298, "rght": 299, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 123, "fields": {"name": "Product #22 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-22-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 300, "rght": 301, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 124, "fields": {"name": "Product #23 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-23-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 302, "rght": 303, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 125, "fields": {"name": "Product #24 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-24-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 304, "rght": 305, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 126, "fields": {"name": "Product #25 of Category #1 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 51, "slug": "product-25-of-category-1-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 306, "rght": 307, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 127, "fields": {"name": "Product #1 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-1-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 208, "rght": 209, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 128, "fields": {"name": "Product #2 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-2-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 210, "rght": 211, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 129, "fields": {"name": "Product #3 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-3-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 212, "rght": 213, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 130, "fields": {"name": "Product #4 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-4-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 214, "rght": 215, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 131, "fields": {"name": "Product #5 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-5-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 216, "rght": 217, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 132, "fields": {"name": "Product #6 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-6-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 218, "rght": 219, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 133, "fields": {"name": "Product #7 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-7-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 220, "rght": 221, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 134, "fields": {"name": "Product #8 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-8-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 222, "rght": 223, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 135, "fields": {"name": "Product #9 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-9-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 224, "rght": 225, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 136, "fields": {"name": "Product #10 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-10-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 226, "rght": 227, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 137, "fields": {"name": "Product #11 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-11-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 228, "rght": 229, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 138, "fields": {"name": "Product #12 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-12-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 230, "rght": 231, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 139, "fields": {"name": "Product #13 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-13-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 232, "rght": 233, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 140, "fields": {"name": "Product #14 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-14-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 234, "rght": 235, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 141, "fields": {"name": "Product #15 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-15-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 236, "rght": 237, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 142, "fields": {"name": "Product #16 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-16-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 238, "rght": 239, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 143, "fields": {"name": "Product #17 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-17-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 240, "rght": 241, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 144, "fields": {"name": "Product #18 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-18-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 242, "rght": 243, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 145, "fields": {"name": "Product #19 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-19-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 244, "rght": 245, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 146, "fields": {"name": "Product #20 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-20-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 246, "rght": 247, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 147, "fields": {"name": "Product #21 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-21-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 248, "rght": 249, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 148, "fields": {"name": "Product #22 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-22-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 250, "rght": 251, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 149, "fields": {"name": "Product #23 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-23-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 252, "rght": 253, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 150, "fields": {"name": "Product #24 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-24-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 254, "rght": 255, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 151, "fields": {"name": "Product #25 of Category #1 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 52, "slug": "product-25-of-category-1-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 256, "rght": 257, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 152, "fields": {"name": "Product #1 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-1-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 206, "rght": 207, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 153, "fields": {"name": "Product #2 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-2-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 208, "rght": 209, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 154, "fields": {"name": "Product #3 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-3-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 210, "rght": 211, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 155, "fields": {"name": "Product #4 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-4-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 212, "rght": 213, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 156, "fields": {"name": "Product #5 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-5-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 214, "rght": 215, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 157, "fields": {"name": "Product #6 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-6-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 216, "rght": 217, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 158, "fields": {"name": "Product #7 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-7-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 218, "rght": 219, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 159, "fields": {"name": "Product #8 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-8-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 220, "rght": 221, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 160, "fields": {"name": "Product #9 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-9-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 222, "rght": 223, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 161, "fields": {"name": "Product #10 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-10-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 224, "rght": 225, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 162, "fields": {"name": "Product #11 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-11-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 226, "rght": 227, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 163, "fields": {"name": "Product #12 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-12-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 228, "rght": 229, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 164, "fields": {"name": "Product #13 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-13-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 230, "rght": 231, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 165, "fields": {"name": "Product #14 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-14-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 232, "rght": 233, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 166, "fields": {"name": "Product #15 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-15-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 234, "rght": 235, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 167, "fields": {"name": "Product #16 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-16-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 236, "rght": 237, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 168, "fields": {"name": "Product #17 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-17-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 238, "rght": 239, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 169, "fields": {"name": "Product #18 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-18-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 240, "rght": 241, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 170, "fields": {"name": "Product #19 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-19-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 242, "rght": 243, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 171, "fields": {"name": "Product #20 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-20-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 244, "rght": 245, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 172, "fields": {"name": "Product #21 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-21-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 246, "rght": 247, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 173, "fields": {"name": "Product #22 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-22-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 248, "rght": 249, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 174, "fields": {"name": "Product #23 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-23-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 250, "rght": 251, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 175, "fields": {"name": "Product #24 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-24-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 252, "rght": 253, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 176, "fields": {"name": "Product #25 of Category #1 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 49, "slug": "product-25-of-category-1-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 254, "rght": 255, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 177, "fields": {"name": "Product #1 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-1-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 4, "rght": 5, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 178, "fields": {"name": "Product #2 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-2-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 106, "rght": 107, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 179, "fields": {"name": "Product #3 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-3-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 108, "rght": 109, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 180, "fields": {"name": "Product #4 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-4-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 110, "rght": 111, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 181, "fields": {"name": "Product #5 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-5-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 112, "rght": 113, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 182, "fields": {"name": "Product #6 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-6-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 114, "rght": 115, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 183, "fields": {"name": "Product #7 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-7-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 116, "rght": 117, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 184, "fields": {"name": "Product #8 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-8-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 118, "rght": 119, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 185, "fields": {"name": "Product #9 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-9-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 120, "rght": 121, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 186, "fields": {"name": "Product #10 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-10-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 122, "rght": 123, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 187, "fields": {"name": "Product #11 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-11-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 124, "rght": 125, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 188, "fields": {"name": "Product #12 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-12-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 126, "rght": 127, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 189, "fields": {"name": "Product #13 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-13-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 128, "rght": 129, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 190, "fields": {"name": "Product #14 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-14-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 130, "rght": 131, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 191, "fields": {"name": "Product #15 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-15-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 132, "rght": 133, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 192, "fields": {"name": "Product #16 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-16-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 134, "rght": 135, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 193, "fields": {"name": "Product #17 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-17-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 136, "rght": 137, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 194, "fields": {"name": "Product #18 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-18-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 138, "rght": 139, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 195, "fields": {"name": "Product #19 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-19-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 140, "rght": 141, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 196, "fields": {"name": "Product #20 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-20-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 142, "rght": 143, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 197, "fields": {"name": "Product #21 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-21-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 144, "rght": 145, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 198, "fields": {"name": "Product #22 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-22-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 146, "rght": 147, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 199, "fields": {"name": "Product #23 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-23-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 148, "rght": 149, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 200, "fields": {"name": "Product #24 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-24-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 150, "rght": 151, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 201, "fields": {"name": "Product #25 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-25-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 152, "rght": 153, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 202, "fields": {"name": "Product #26 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-26-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 154, "rght": 155, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 203, "fields": {"name": "Product #27 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-27-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 156, "rght": 157, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 204, "fields": {"name": "Product #28 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-28-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 158, "rght": 159, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 205, "fields": {"name": "Product #29 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-29-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 160, "rght": 161, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 206, "fields": {"name": "Product #30 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-30-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 162, "rght": 163, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 207, "fields": {"name": "Product #31 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-31-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 164, "rght": 165, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 208, "fields": {"name": "Product #32 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-32-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 166, "rght": 167, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 209, "fields": {"name": "Product #33 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-33-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 168, "rght": 169, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 210, "fields": {"name": "Product #34 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-34-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 170, "rght": 171, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 211, "fields": {"name": "Product #35 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-35-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 172, "rght": 173, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 212, "fields": {"name": "Product #36 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-36-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 174, "rght": 175, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 213, "fields": {"name": "Product #37 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-37-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 176, "rght": 177, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 214, "fields": {"name": "Product #38 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-38-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 178, "rght": 179, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 215, "fields": {"name": "Product #39 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-39-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 180, "rght": 181, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 216, "fields": {"name": "Product #40 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-40-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 182, "rght": 183, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 217, "fields": {"name": "Product #41 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-41-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 184, "rght": 185, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 218, "fields": {"name": "Product #42 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-42-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 186, "rght": 187, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 219, "fields": {"name": "Product #43 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-43-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 188, "rght": 189, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 220, "fields": {"name": "Product #44 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-44-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 190, "rght": 191, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 221, "fields": {"name": "Product #45 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-45-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 192, "rght": 193, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 222, "fields": {"name": "Product #46 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-46-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 194, "rght": 195, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 223, "fields": {"name": "Product #47 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-47-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 196, "rght": 197, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 224, "fields": {"name": "Product #48 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-48-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 198, "rght": 199, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 225, "fields": {"name": "Product #49 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-49-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 200, "rght": 201, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 226, "fields": {"name": "Product #50 of Category #0 of #41", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 45, "slug": "product-50-of-category-0-of-41", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 202, "rght": 203, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 227, "fields": {"name": "Product #1 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-1-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 4, "rght": 5, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 228, "fields": {"name": "Product #2 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-2-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 106, "rght": 107, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 229, "fields": {"name": "Product #3 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-3-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 108, "rght": 109, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 230, "fields": {"name": "Product #4 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-4-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 110, "rght": 111, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 231, "fields": {"name": "Product #5 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-5-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 112, "rght": 113, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 232, "fields": {"name": "Product #6 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-6-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 114, "rght": 115, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 233, "fields": {"name": "Product #7 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-7-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 116, "rght": 117, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 234, "fields": {"name": "Product #8 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-8-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 118, "rght": 119, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 235, "fields": {"name": "Product #9 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-9-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 120, "rght": 121, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 236, "fields": {"name": "Product #10 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-10-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 122, "rght": 123, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 237, "fields": {"name": "Product #11 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-11-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 124, "rght": 125, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 238, "fields": {"name": "Product #12 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-12-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 126, "rght": 127, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 239, "fields": {"name": "Product #13 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-13-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 128, "rght": 129, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 240, "fields": {"name": "Product #14 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-14-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 130, "rght": 131, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 241, "fields": {"name": "Product #15 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-15-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 132, "rght": 133, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 242, "fields": {"name": "Product #16 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-16-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 134, "rght": 135, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 243, "fields": {"name": "Product #17 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-17-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 136, "rght": 137, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 244, "fields": {"name": "Product #18 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-18-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 138, "rght": 139, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 245, "fields": {"name": "Product #19 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-19-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 140, "rght": 141, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 246, "fields": {"name": "Product #20 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-20-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 142, "rght": 143, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 247, "fields": {"name": "Product #21 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-21-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 144, "rght": 145, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 248, "fields": {"name": "Product #22 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-22-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 146, "rght": 147, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 249, "fields": {"name": "Product #23 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-23-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 148, "rght": 149, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 250, "fields": {"name": "Product #24 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-24-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 150, "rght": 151, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 251, "fields": {"name": "Product #25 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-25-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 152, "rght": 153, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 252, "fields": {"name": "Product #26 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-26-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 154, "rght": 155, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 253, "fields": {"name": "Product #27 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-27-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 156, "rght": 157, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 254, "fields": {"name": "Product #28 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-28-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 158, "rght": 159, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 255, "fields": {"name": "Product #29 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-29-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 160, "rght": 161, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 256, "fields": {"name": "Product #30 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-30-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 162, "rght": 163, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 257, "fields": {"name": "Product #31 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-31-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 164, "rght": 165, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 258, "fields": {"name": "Product #32 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-32-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 166, "rght": 167, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 259, "fields": {"name": "Product #33 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-33-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 168, "rght": 169, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 260, "fields": {"name": "Product #34 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-34-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 170, "rght": 171, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 261, "fields": {"name": "Product #35 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-35-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 172, "rght": 173, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 262, "fields": {"name": "Product #36 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-36-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 174, "rght": 175, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 263, "fields": {"name": "Product #37 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-37-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 176, "rght": 177, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 264, "fields": {"name": "Product #38 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-38-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 178, "rght": 179, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 265, "fields": {"name": "Product #39 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-39-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 180, "rght": 181, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 266, "fields": {"name": "Product #40 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-40-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 182, "rght": 183, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 267, "fields": {"name": "Product #41 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-41-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 184, "rght": 185, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 268, "fields": {"name": "Product #42 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-42-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 186, "rght": 187, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 269, "fields": {"name": "Product #43 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-43-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 188, "rght": 189, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 270, "fields": {"name": "Product #44 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-44-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 190, "rght": 191, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 271, "fields": {"name": "Product #45 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-45-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 192, "rght": 193, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 272, "fields": {"name": "Product #46 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-46-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 194, "rght": 195, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 273, "fields": {"name": "Product #47 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-47-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 196, "rght": 197, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 274, "fields": {"name": "Product #48 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-48-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 198, "rght": 199, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 275, "fields": {"name": "Product #49 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-49-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 200, "rght": 201, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 276, "fields": {"name": "Product #50 of Category #0 of #42", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 46, "slug": "product-50-of-category-0-of-42", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 202, "rght": 203, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 277, "fields": {"name": "Product #1 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-1-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 6, "rght": 7, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 278, "fields": {"name": "Product #2 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-2-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 8, "rght": 9, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 279, "fields": {"name": "Product #3 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-3-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 10, "rght": 11, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 280, "fields": {"name": "Product #4 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-4-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 12, "rght": 13, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 281, "fields": {"name": "Product #5 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-5-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 14, "rght": 15, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 282, "fields": {"name": "Product #6 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-6-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 16, "rght": 17, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 283, "fields": {"name": "Product #7 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-7-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 18, "rght": 19, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 284, "fields": {"name": "Product #8 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-8-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 20, "rght": 21, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 285, "fields": {"name": "Product #9 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-9-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 22, "rght": 23, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 286, "fields": {"name": "Product #10 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-10-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 24, "rght": 25, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 287, "fields": {"name": "Product #11 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-11-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 26, "rght": 27, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 288, "fields": {"name": "Product #12 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-12-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 28, "rght": 29, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 289, "fields": {"name": "Product #13 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-13-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 30, "rght": 31, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 290, "fields": {"name": "Product #14 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-14-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 32, "rght": 33, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 291, "fields": {"name": "Product #15 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-15-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 34, "rght": 35, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 292, "fields": {"name": "Product #16 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-16-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 36, "rght": 37, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 293, "fields": {"name": "Product #17 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-17-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 38, "rght": 39, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 294, "fields": {"name": "Product #18 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-18-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 40, "rght": 41, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 295, "fields": {"name": "Product #19 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-19-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 42, "rght": 43, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 296, "fields": {"name": "Product #20 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-20-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 44, "rght": 45, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 297, "fields": {"name": "Product #21 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-21-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 46, "rght": 47, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 298, "fields": {"name": "Product #22 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-22-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 48, "rght": 49, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 299, "fields": {"name": "Product #23 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-23-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 50, "rght": 51, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 300, "fields": {"name": "Product #24 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-24-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 52, "rght": 53, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 301, "fields": {"name": "Product #25 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-25-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 54, "rght": 55, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 302, "fields": {"name": "Product #26 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-26-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 56, "rght": 57, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 303, "fields": {"name": "Product #27 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-27-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 58, "rght": 59, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 304, "fields": {"name": "Product #28 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-28-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 60, "rght": 61, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 305, "fields": {"name": "Product #29 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-29-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 62, "rght": 63, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 306, "fields": {"name": "Product #30 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-30-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 64, "rght": 65, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 307, "fields": {"name": "Product #31 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-31-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 66, "rght": 67, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 308, "fields": {"name": "Product #32 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-32-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 68, "rght": 69, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 309, "fields": {"name": "Product #33 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-33-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 70, "rght": 71, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 310, "fields": {"name": "Product #34 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-34-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 72, "rght": 73, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 311, "fields": {"name": "Product #35 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-35-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 74, "rght": 75, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 312, "fields": {"name": "Product #36 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-36-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 76, "rght": 77, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 313, "fields": {"name": "Product #37 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-37-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 78, "rght": 79, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 314, "fields": {"name": "Product #38 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-38-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 80, "rght": 81, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 315, "fields": {"name": "Product #39 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-39-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 82, "rght": 83, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 316, "fields": {"name": "Product #40 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-40-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 84, "rght": 85, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 317, "fields": {"name": "Product #41 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-41-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 86, "rght": 87, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 318, "fields": {"name": "Product #42 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-42-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 88, "rght": 89, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 319, "fields": {"name": "Product #43 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-43-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 90, "rght": 91, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 320, "fields": {"name": "Product #44 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-44-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 92, "rght": 93, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 321, "fields": {"name": "Product #45 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-45-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 94, "rght": 95, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 322, "fields": {"name": "Product #46 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-46-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 96, "rght": 97, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 323, "fields": {"name": "Product #47 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-47-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 98, "rght": 99, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 324, "fields": {"name": "Product #48 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-48-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 100, "rght": 101, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 325, "fields": {"name": "Product #49 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-49-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 102, "rght": 103, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 326, "fields": {"name": "Product #50 of Category #0 of #43", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 47, "slug": "product-50-of-category-0-of-43", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 104, "rght": 105, "tree_id": 1, "level": 3}}, {"model": "pages.page", "pk": 327, "fields": {"name": "Product #1 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-1-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 6, "rght": 7, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 328, "fields": {"name": "Product #2 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-2-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 8, "rght": 9, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 329, "fields": {"name": "Product #3 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-3-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 10, "rght": 11, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 330, "fields": {"name": "Product #4 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-4-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 12, "rght": 13, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 331, "fields": {"name": "Product #5 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-5-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 14, "rght": 15, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 332, "fields": {"name": "Product #6 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-6-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 16, "rght": 17, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 333, "fields": {"name": "Product #7 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-7-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 18, "rght": 19, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 334, "fields": {"name": "Product #8 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-8-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 20, "rght": 21, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 335, "fields": {"name": "Product #9 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-9-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 22, "rght": 23, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 336, "fields": {"name": "Product #10 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-10-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 24, "rght": 25, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 337, "fields": {"name": "Product #11 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-11-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 26, "rght": 27, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 338, "fields": {"name": "Product #12 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-12-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 28, "rght": 29, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 339, "fields": {"name": "Product #13 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-13-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 30, "rght": 31, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 340, "fields": {"name": "Product #14 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-14-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 32, "rght": 33, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 341, "fields": {"name": "Product #15 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-15-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 34, "rght": 35, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 342, "fields": {"name": "Product #16 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-16-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 36, "rght": 37, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 343, "fields": {"name": "Product #17 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-17-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 38, "rght": 39, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 344, "fields": {"name": "Product #18 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-18-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 40, "rght": 41, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 345, "fields": {"name": "Product #19 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-19-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 42, "rght": 43, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 346, "fields": {"name": "Product #20 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-20-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 44, "rght": 45, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 347, "fields": {"name": "Product #21 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-21-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 46, "rght": 47, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 348, "fields": {"name": "Product #22 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-22-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 48, "rght": 49, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 349, "fields": {"name": "Product #23 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-23-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 50, "rght": 51, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 350, "fields": {"name": "Product #24 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-24-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 52, "rght": 53, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 351, "fields": {"name": "Product #25 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-25-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 54, "rght": 55, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 352, "fields": {"name": "Product #26 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-26-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 56, "rght": 57, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 353, "fields": {"name": "Product #27 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-27-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 58, "rght": 59, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 354, "fields": {"name": "Product #28 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-28-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 60, "rght": 61, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 355, "fields": {"name": "Product #29 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-29-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 62, "rght": 63, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 356, "fields": {"name": "Product #30 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-30-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 64, "rght": 65, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 357, "fields": {"name": "Product #31 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-31-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 66, "rght": 67, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 358, "fields": {"name": "Product #32 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-32-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 68, "rght": 69, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 359, "fields": {"name": "Product #33 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-33-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 70, "rght": 71, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 360, "fields": {"name": "Product #34 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-34-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 72, "rght": 73, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 361, "fields": {"name": "Product #35 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-35-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 74, "rght": 75, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 362, "fields": {"name": "Product #36 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-36-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 76, "rght": 77, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 363, "fields": {"name": "Product #37 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-37-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 78, "rght": 79, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 364, "fields": {"name": "Product #38 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-38-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 80, "rght": 81, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 365, "fields": {"name": "Product #39 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-39-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 82, "rght": 83, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 366, "fields": {"name": "Product #40 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-40-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 84, "rght": 85, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 367, "fields": {"name": "Product #41 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-41-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 86, "rght": 87, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 368, "fields": {"name": "Product #42 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-42-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 88, "rght": 89, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 369, "fields": {"name": "Product #43 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-43-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 90, "rght": 91, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 370, "fields": {"name": "Product #44 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-44-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 92, "rght": 93, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 371, "fields": {"name": "Product #45 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-45-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 94, "rght": 95, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 372, "fields": {"name": "Product #46 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-46-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 96, "rght": 97, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 373, "fields": {"name": "Product #47 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-47-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 98, "rght": 99, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 374, "fields": {"name": "Product #48 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-48-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 100, "rght": 101, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 375, "fields": {"name": "Product #49 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-49-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 102, "rght": 103, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 376, "fields": {"name": "Product #50 of Category #0 of #44", "type": "model", "related_model_name": "stroyprombeton_product", "parent": 48, "slug": "product-50-of-category-0-of-44", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": 1, "lft": 104, "rght": 105, "tree_id": 2, "level": 3}}, {"model": "pages.page", "pk": 377, "fields": {"name": "Series #0", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-0", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 54, "level": 0}}, {"model": "pages.page", "pk": 378, "fields": {"name": "Series #1", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-1", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 55, "level": 0}}, {"model": "pages.page", "pk": 379, "fields": {"name": "Series empty #0", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-0", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 56, "level": 0}}, {"model": "pages.page", "pk": 380, "fields": {"name": "Series empty #1", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-1", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 57, "level": 0}}, {"model": "pages.page", "pk": 381, "fields": {"name": "Series empty #2", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-2", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 58, "level": 0}}, {"model": "pages.page", "pk": 382, "fields": {"name": "Series empty #3", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-3", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 59, "level": 0}}, {"model": "pages.page", "pk": 383, "fields": {"name": "Series empty #4", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-4", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 60, "level": 0}}, {"model": "pages.page", "pk": 384, "fields": {"name": "Series empty #5", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-5", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 61, "level": 0}}, {"model": "pages.page", "pk": 385, "fields": {"name": "Series empty #6", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-6", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 62, "level": 0}}, {"model": "pages.page", "pk": 386, "fields": {"name": "Series empty #7", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-7", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 63, "level": 0}}, {"model": "pages.page", "pk": 387, "fields": {"name": "Series empty #8", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-8", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 64, "level": 0}}, {"model": "pages.page", "pk": 388, "fields": {"name": "Series empty #9", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-9", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 65, "level": 0}}, {"model": "pages.page", "pk": 389, "fields": {"name": "Series empty #10", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-10", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 66, "level": 0}}, {"model": "pages.page", "pk": 390, "fields": {"name": "Series empty #11", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-11", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 67, "level": 0}}, {"model": "pages.page", "pk": 391, "fields": {"name": "Series empty #12", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-12", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 68, "level": 0}}, {"model": "pages.page", "pk": 392, "fields": {"name": "Series empty #13", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-13", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 69, "level": 0}}, {"model": "pages.page", "pk": 393, "fields": {"name": "Series empty #14", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-14", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 70, "level": 0}}, {"model": "pages.page", "pk": 394, "fields": {"name": "Series empty #15", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-15", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 71, "level": 0}}, {"model": "pages.page", "pk": 395, "fields": {"name": "Series empty #16", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-16", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 72, "level": 0}}, {"model": "pages.page", "pk": 396, "fields": {"name": "Series empty #17", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-17", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 73, "level": 0}}, {"model": "pages.page", "pk": 397, "fields": {"name": "Series empty #18", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-18", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 74, "level": 0}}, {"model": "pages.page", "pk": 398, "fields": {"name": "Series empty #19", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-19", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 75, "level": 0}}, {"model": "pages.page", "pk": 399, "fields": {"name": "Series empty #20", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-20", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 76, "level": 0}}, {"model": "pages.page", "pk": 400, "fields": {"name": "Series empty #21", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-21", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 77, "level": 0}}, {"model": "pages.page", "pk": 401, "fields": {"name": "Series empty #22", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-22", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 78, "level": 0}}, {"model": "pages.page", "pk": 402, "fields": {"name": "Series empty #23", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-23", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 79, "level": 0}}, {"model": "pages.page", "pk": 403, "fields": {"name": "Series empty #24", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-24", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 80, "level": 0}}, {"model": "pages.page", "pk": 404, "fields": {"name": "Series empty #25", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-25", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 81, "level": 0}}, {"model": "pages.page", "pk": 405, "fields": {"name": "Series empty #26", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-26", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 82, "level": 0}}, {"model": "pages.page", "pk": 406, "fields": {"name": "Series empty #27", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-27", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 83, "level": 0}}, {"model": "pages.page", "pk": 407, "fields": {"name": "Series empty #28", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-28", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 84, "level": 0}}, {"model": "pages.page", "pk": 408, "fields": {"name": "Series empty #29", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-29", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 85, "level": 0}}, {"model": "pages.page", "pk": 409, "fields": {"name": "Series empty #30", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-30", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 86, "level": 0}}, {"model": "pages.page", "pk": 410, "fields": {"name": "Series empty #31", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-31", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 87, "level": 0}}, {"model": "pages.page", "pk": 411, "fields": {"name": "Series empty #32", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-32", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 88, "level": 0}}, {"model": "pages.page", "pk": 412, "fields": {"name": "Series empty #33", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-33", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 89, "level": 0}}, {"model": "pages.page", "pk": 413, "fields": {"name": "Series empty #34", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-34", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 90, "level": 0}}, {"model": "pages.page", "pk": 414, "fields": {"name": "Series empty #35", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-35", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 91, "level": 0}}, {"model": "pages.page", "pk": 415, "fields": {"name": "Series empty #36", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-36", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 92, "level": 0}}, {"model": "pages.page", "pk": 416, "fields": {"name": "Series empty #37", "type": "model", "related_model_name": "stroyprombeton_series", "parent": null, "slug": "series-empty-37", "is_active": true, "position": 0, "content": "", "date_published": "2019-06-08", "menu_title": "", "h1": "", "keywords": "", "description": "", "seo_text": "", "title": "", "template": null, "lft": 1, "rght": 2, "tree_id": 93, "level": 0}}, {"model": "stroyprombeton.category", "pk": 1, "fields": {"page": 1, "name": "Category root #0", "parent": null, "specification": "", "lft": 1, "rght": 14, "tree_id": 1, "level": 0}}, {"model": "stroyprombeton.category", "pk": 2, "fields": {"page": 2, "name": "Category root #1", "parent": null, "specification": "", "lft": 1, "rght": 14, "tree_id": 2, "level": 0}}, {"model": "stroyprombeton.category", "pk": 3, "fields": {"page": 3, "name": "Category root empty #0", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 3, "level": 0}}, {"model": "stroyprombeton.category", "pk": 4, "fields": {"page": 4, "name": "Category root empty #1", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 4, "level": 0}}, {"model": "stroyprombeton.category", "pk": 5, "fields": {"page": 5, "name": "Category root empty #2", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 5, "level": 0}}, {"model": "stroyprombeton.category", "pk": 6, "fields": {"page": 6, "name": "Category root empty #3", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 6, "level": 0}}, {"model": "stroyprombeton.category", "pk": 7, "fields": {"page": 7, "name": "Category root empty #4", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 7, "level": 0}}, {"model": "stroyprombeton.category", "pk": 8, "fields": {"page": 8, "name": "Category root empty #5", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 8, "level": 0}}, {"model": "stroyprombeton.category", "pk": 9, "fields": {"page": 9, "name": "Category root empty #6", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 9, "level": 0}}, {"model": "stroyprombeton.category", "pk": 10, "fields": {"page": 10, "name": "Category root empty #7", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 10, "level": 0}}, {"model": "stroyprombeton.category", "pk": 11, "fields": {"page": 11, "name": "Category root empty #8", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 11, "level": 0}}, {"model": "stroyprombeton.category", "pk": 12, "fields": {"page": 12, "name": "Category root empty #9", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 12, "level": 0}}, {"model": "stroyprombeton.category", "pk": 13, "fields": {"page": 13, "name": "Category root empty #10", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 13, "level": 0}}, {"model": "stroyprombeton.category", "pk": 14, "fields": {"page": 14, "name": "Category root empty #11", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 14, "level": 0}}, {"model": "stroyprombeton.category", "pk": 15, "fields": {"page": 15, "name": "Category root empty #12", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 15, "level": 0}}, {"model": "stroyprombeton.category", "pk": 16, "fields": {"page": 16, "name": "Category root empty #13", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 16, "level": 0}}, {"model": "stroyprombeton.category", "pk": 17, "fields": {"page": 17, "name": "Category root empty #14", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 17, "level": 0}}, {"model": "stroyprombeton.category", "pk": 18, "fields": {"page": 18, "name": "Category root empty #15", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 18, "level": 0}}, {"model": "stroyprombeton.category", "pk": 19, "fields": {"page": 19, "name": "Category root empty #16", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 19, "level": 0}}, {"model": "stroyprombeton.category", "pk": 20, "fields": {"page": 20, "name": "Category root empty #17", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 20, "level": 0}}, {"model": "stroyprombeton.category", "pk": 21, "fields": {"page": 21, "name": "Category root empty #18", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 21, "level": 0}}, {"model": "stroyprombeton.category", "pk": 22, "fields": {"page": 22, "name": "Category root empty #19", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 22, "level": 0}}, {"model": "stroyprombeton.category", "pk": 23, "fields": {"page": 23, "name": "Category root empty #20", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 23, "level": 0}}, {"model": "stroyprombeton.category", "pk": 24, "fields": {"page": 24, "name": "Category root empty #21", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 24, "level": 0}}, {"model": "stroyprombeton.category", "pk": 25, "fields": {"page": 25, "name": "Category root empty #22", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 25, "level": 0}}, {"model": "stroyprombeton.category", "pk": 26, "fields": {"page": 26, "name": "Category root empty #23", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 26, "level": 0}}, {"model": "stroyprombeton.category", "pk": 27, "fields": {"page": 27, "name": "Category root empty #24", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 27, "level": 0}}, {"model": "stroyprombeton.category", "pk": 28, "fields": {"page": 28, "name": "Category root empty #25", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 28, "level": 0}}, {"model": "stroyprombeton.category", "pk": 29, "fields": {"page": 29, "name": "Category root empty #26", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 29, "level": 0}}, {"model": "stroyprombeton.category", "pk": 30, "fields": {"page": 30, "name": "Category root empty #27", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 30, "level": 0}}, {"model": "stroyprombeton.category", "pk": 31, "fields": {"page": 31, "name": "Category root empty #28", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 31, "level": 0}}, {"model": "stroyprombeton.category", "pk": 32, "fields": {"page": 32, "name": "Category root empty #29", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 32, "level": 0}}, {"model": "stroyprombeton.category", "pk": 33, "fields": {"page": 33, "name": "Category root empty #30", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 33, "level": 0}}, {"model": "stroyprombeton.category", "pk": 34, "fields": {"page": 34, "name": "Category root empty #31", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 34, "level": 0}}, {"model": "stroyprombeton.category", "pk": 35, "fields": {"page": 35, "name": "Category root empty #32", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 35, "level": 0}}, {"model": "stroyprombeton.category", "pk": 36, "fields": {"page": 36, "name": "Category root empty #33", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 36, "level": 0}}, {"model": "stroyprombeton.category", "pk": 37, "fields": {"page": 37, "name": "Category root empty #34", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 37, "level": 0}}, {"model": "stroyprombeton.category", "pk": 38, "fields": {"page": 38, "name": "Category root empty #35", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 38, "level": 0}}, {"model": "stroyprombeton.category", "pk": 39, "fields": {"page": 39, "name": "Category root empty #36", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 39, "level": 0}}, {"model": "stroyprombeton.category", "pk": 40, "fields": {"page": 40, "name": "Category root empty #37", "parent": null, "specification": "", "lft": 1, "rght": 2, "tree_id": 40, "level": 0}}, {"model": "stroyprombeton.category", "pk": 41, "fields": {"page": 41, "name": "Category #0 of #1", "parent": 1, "specification": "", "lft": 2, "rght": 7, "tree_id": 1, "level": 1}}, {"model": "stroyprombeton.category", "pk": 42, "fields": {"page": 42, "name": "Category #0 of #2", "parent": 2, "specification": "", "lft": 2, "rght": 7, "tree_id": 2, "level": 1}}, {"model": "stroyprombeton.category", "pk": 43, "fields": {"page": 43, "name": "Category #1 of #1", "parent": 1, "specification": "", "lft": 8, "rght": 13, "tree_id": 1, "level": 1}}, {"model": "stroyprombeton.category", "pk": 44, "fields": {"page": 44, "name": "Category #1 of #2", "parent": 2, "specification": "", "lft": 8, "rght": 13, "tree_id": 2, "level": 1}}, {"model": "stroyprombeton.category", "pk": 45, "fields": {"page": 45, "name": "Category #0 of #41", "parent": 41, "specification": "", "lft": 3, "rght": 4, "tree_id": 1, "level": 2}}, {"model": "stroyprombeton.category", "pk": 46, "fields": {"page": 46, "name": "Category #0 of #42", "parent": 42, "specification": "", "lft": 3, "rght": 4, "tree_id": 2, "level": 2}}, {"model": "stroyprombeton.category", "pk": 47, "fields": {"page": 47, "name": "Category #0 of #43", "parent": 43, "specification": "", "lft": 9, "rght": 10, "tree_id": 1, "level": 2}}, {"model": "stroyprombeton.category", "pk": 48, "fields": {"page": 48, "name": "Category #0 of #44", "parent": 44, "specification": "", "lft": 9, "rght": 10, "tree_id": 2, "level": 2}}, {"model": "stroyprombeton.category", "pk": 49, "fields": {"page": 49, "name": "Category #1 of #41", "parent": 41, "specification": "", "lft": 5, "rght": 6, "tree_id": 1, "level": 2}}, {"model": "stroyprombeton.category", "pk": 50, "fields": {"page": 50, "name": "Category #1 of #42", "parent": 42, "specification": "", "lft": 5, "rght": 6, "tree_id": 2, "level": 2}}, {"model": "stroyprombeton.category", "pk": 51, "fields": {"page": 51, "name": "Category #1 of #43", "parent": 43, "specification": "", "lft": 11, "rght": 12, "tree_id": 1, "level": 2}}, {"model": "stroyprombeton.category", "pk": 52, "fields": {"page": 52, "name": "Category #1 of #44", "parent": 44, "specification": "", "lft": 11, "rght": 12, "tree_id": 2, "level": 2}}, {"model": "stroyprombeton.series", "pk": 1, "fields": {"page": 377, "name": "Series #0", "slug": "series-_0"}}, {"model": "stroyprombeton.series", "pk": 2, "fields": {"page": 378, "name": "Series #1", "slug": "series-_1"}}, {"model": "stroyprombeton.series", "pk": 3, "fields": {"page": 379, "name": "Series empty #0", "slug": "series-empty-_0"}}, {"model": "stroyprombeton.series", "pk": 4, "fields": {"page": 380, "name": "Series empty #1", "slug": "series-empty-_1"}}, {"model": "stroyprombeton.series", "pk": 5, "fields": {"page": 381, "name": "Series empty #2", "slug": "series-empty-_2"}}, {"model": "stroyprombeton.series", "pk": 6, "fields": {"page": 382, "name": "Series empty #3", "slug": "series-empty-_3"}}, {"model": "stroyprombeton.series", "pk": 7, "fields": {"page": 383, "name": "Series empty #4", "slug": "series-empty-_4"}}, {"model": "stroyprombeton.series", "pk": 8, "fields": {"page": 384, "name": "Series empty #5", "slug": "series-empty-_5"}}, {"model": "stroyprombeton.series", "pk": 9, "fields": {"page": 385, "name": "Series empty #6", "slug": "series-empty-_6"}}, {"model": "stroyprombeton.series", "pk": 10, "fields": {"page": 386, "name": "Series empty #7", "slug": "series-empty-_7"}}, {"model": "stroyprombeton.series", "pk": 11, "fields": {"page": 387, "name": "Series empty #8", "slug": "series-empty-_8"}}, {"model": "stroyprombeton.series", "pk": 12, "fields": {"page": 388, "name": "Series empty #9", "slug": "series-empty-_9"}}, {"model": "stroyprombeton.series", "pk": 13, "fields": {"page": 389, "name": "Series empty #10", "slug": "series-empty-_10"}}, {"model": "stroyprombeton.series", "pk": 14, "fields": {"page": 390, "name": "Series empty #11", "slug": "series-empty-_11"}}, {"model": "stroyprombeton.series", "pk": 15, "fields": {"page": 391, "name": "Series empty #12", "slug": "series-empty-_12"}}, {"model": "stroyprombeton.series", "pk": 16, "fields": {"page": 392, "name": "Series empty #13", "slug": "series-empty-_13"}}, {"model": "stroyprombeton.series", "pk": 17, "fields": {"page": 393, "name": "Series empty #14", "slug": "series-empty-_14"}}, {"model": "stroyprombeton.series", "pk": 18, "fields": {"page": 394, "name": "Series empty #15", "slug": "series-empty-_15"}}, {"model": "stroyprombeton.series", "pk": 19, "fields": {"page": 395, "name": "Series empty #16", "slug": "series-empty-_16"}}, {"model": "stroyprombeton.series", "pk": 20, "fields": {"page": 396, "name": "Series empty #17", "slug": "series-empty-_17"}}, {"model": "stroyprombeton.series", "pk": 21, "fields": {"page": 397, "name": "Series empty #18", "slug": "series-empty-_18"}}, {"model": "stroyprombeton.series", "pk": 22, "fields": {"page": 398, "name": "Series empty #19", "slug": "series-empty-_19"}}, {"model": "stroyprombeton.series", "pk": 23, "fields": {"page": 399, "name": "Series empty #20", "slug": "series-empty-_20"}}, {"model": "stroyprombeton.series", "pk": 24, "fields": {"page": 400, "name": "Series empty #21", "slug": "series-empty-_21"}}, {"model": "stroyprombeton.series", "pk": 25, "fields": {"page": 401, "name": "Series empty #22", "slug": "series-empty-_22"}}, {"model": "stroyprombeton.series", "pk": 26, "fields": {"page": 402, "name": "Series empty #23", "slug": "series-empty-_23"}}, {"model": "stroyprombeton.series", "pk": 27, "fields": {"page": 403, "name": "Series empty #24", "slug": "series-empty-_24"}}, {"model": "stroyprombeton.series", "pk": 28, "fields": {"page": 404, "name": "Series empty #25", "slug": "series-empty-_25"}}, {"model": "stroyprombeton.series", "pk": 29, "fields": {"page": 405, "name": "Series empty #26", "slug": "series-empty-_26"}}, {"model": "stroyprombeton.series", "pk": 30, "fields": {"page": 406, "name": "Series empty #27", "slug": "series-empty-_27"}}, {"model": "stroyprombeton.series", "pk": 31, "fields": {"page": 407, "name": "Series empty #28", "slug": "series-empty-_28"}}, {"model": "stroyprombeton.series", "pk": 32, "fields": {"page": 408, "name": "Series empty #29", "slug": "series-empty-_29"}}, {"model": "stroyprombeton.series", "pk": 33, "fields": {"page": 409, "name": "Series empty #30", "slug": "series-empty-_30"}}, {"model": "stroyprombeton.series", "pk": 34, "fields": {"page": 410, "name": "Series empty #31", "slug": "series-empty-_31"}}, {"model": "stroyprombeton.series", "pk": 35, "fields": {"page": 411, "name": "Series empty #32", "slug": "series-empty-_32"}}, {"model": "stroyprombeton.series", "pk": 36, "fields": {"page": 412, "name": "Series empty #33", "slug": "series-empty-_33"}}, {"model": "stroyprombeton.series", "pk": 37, "fields": {"page": 413, "name": "Series empty #34", "slug": "series-empty-_34"}}, {"model": "stroyprombeton.series", "pk": 38, "fields": {"page": 414, "name": "Series empty #35", "slug": "series-empty-_35"}}, {"model": "stroyprombeton.series", "pk": 39, "fields": {"page": 415, "name": "Series empty #36", "slug": "series-empty-_36"}}, {"model": "stroyprombeton.series", "pk": 40, "fields": {"page": 416, "name": "Series empty #37", "slug": "series-empty-_37"}}, {"model": "stroyprombeton.option", "pk": 1, "fields": {"code": null, "mark": "mark #1", "product": 1, "series": 1, "date_price_updated": "2019-06-08", "price": 100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 2, "fields": {"code": null, "mark": "mark #2", "product": 1, "series": 1, "date_price_updated": "2019-06-08", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 3, "fields": {"code": null, "mark": "mark #3", "product": 2, "series": 1, "date_price_updated": "2019-06-08", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 4, "fields": {"code": null, "mark": "mark #4", "product": 2, "series": 1, "date_price_updated": "2019-06-08", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 5, "fields": {"code": null, "mark": "mark #5", "product": 3, "series": 1, "date_price_updated": "2019-06-08", "price": 300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 6, "fields": {"code": null, "mark": "mark #6", "product": 3, "series": 1, "date_price_updated": "2019-06-08", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 7, "fields": {"code": null, "mark": "mark #7", "product": 4, "series": 1, "date_price_updated": "2019-06-08", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 8, "fields": {"code": null, "mark": "mark #8", "product": 4, "series": 1, "date_price_updated": "2019-06-08", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 9, "fields": {"code": null, "mark": "mark #9", "product": 5, "series": 1, "date_price_updated": "2019-06-08", "price": 500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 10, "fields": {"code": null, "mark": "mark #10", "product": 5, "series": 1, "date_price_updated": "2019-06-08", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 11, "fields": {"code": null, "mark": "mark #11", "product": 6, "series": 1, "date_price_updated": "2019-06-08", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 12, "fields": {"code": null, "mark": "mark #12", "product": 6, "series": 1, "date_price_updated": "2019-06-08", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 13, "fields": {"code": null, "mark": "mark #13", "product": 7, "series": 1, "date_price_updated": "2019-06-08", "price": 700.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 14, "fields": {"code": null, "mark": "mark #14", "product": 7, "series": 1, "date_price_updated": "2019-06-08", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 15, "fields": {"code": null, "mark": "mark #15", "product": 8, "series": 1, "date_price_updated": "2019-06-08", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 16, "fields": {"code": null, "mark": "mark #16", "product": 8, "series": 1, "date_price_updated": "2019-06-08", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 17, "fields": {"code": null, "mark": "mark #17", "product": 9, "series": 1, "date_price_updated": "2019-06-08", "price": 900.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 18, "fields": {"code": null, "mark": "mark #18", "product": 9, "series": 1, "date_price_updated": "2019-06-08", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 19, "fields": {"code": null, "mark": "mark #19", "product": 10, "series": 1, "date_price_updated": "2019-06-08", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 20, "fields": {"code": null, "mark": "mark #20", "product": 10, "series": 1, "date_price_updated": "2019-06-08", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 21, "fields": {"code": null, "mark": "mark #21", "product": 11, "series": 1, "date_price_updated": "2019-06-08", "price": 1100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 22, "fields": {"code": null, "mark": "mark #22", "product": 11, "series": 1, "date_price_updated": "2019-06-08", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 23, "fields": {"code": null, "mark": "mark #23", "product": 12, "series": 1, "date_price_updated": "2019-06-08", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 24, "fields": {"code": null, "mark": "mark #24", "product": 12, "series": 1, "date_price_updated": "2019-06-08", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 25, "fields": {"code": null, "mark": "mark #25", "product": 13, "series": 1, "date_price_updated": "2019-06-08", "price": 1300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 26, "fields": {"code": null, "mark": "mark #26", "product": 13, "series": 1, "date_price_updated": "2019-06-08", "price": 2600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 27, "fields": {"code": null, "mark": "mark #27", "product": 14, "series": 1, "date_price_updated": "2019-06-08", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 28, "fields": {"code": null, "mark": "mark #28", "product": 14, "series": 1, "date_price_updated": "2019-06-08", "price": 2800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 29, "fields": {"code": null, "mark": "mark #29", "product": 15, "series": 1, "date_price_updated": "2019-06-08", "price": 1500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 30, "fields": {"code": null, "mark": "mark #30", "product": 15, "series": 1, "date_price_updated": "2019-06-08", "price": 3000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 31, "fields": {"code": null, "mark": "mark #31", "product": 16, "series": 1, "date_price_updated": "2019-06-08", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 32, "fields": {"code": null, "mark": "mark #32", "product": 16, "series": 1, "date_price_updated": "2019-06-08", "price": 3200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 33, "fields": {"code": null, "mark": "mark #33", "product": 17, "series": 1, "date_price_updated": "2019-06-08", "price": 1700.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 34, "fields": {"code": null, "mark": "mark #34", "product": 17, "series": 1, "date_price_updated": "2019-06-08", "price": 3400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 35, "fields": {"code": null, "mark": "mark #35", "product": 18, "series": 1, "date_price_updated": "2019-06-08", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 36, "fields": {"code": null, "mark": "mark #36", "product": 18, "series": 1, "date_price_updated": "2019-06-08", "price": 3600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 37, "fields": {"code": null, "mark": "mark #37", "product": 19, "series": 1, "date_price_updated": "2019-06-08", "price": 1900.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 38, "fields": {"code": null, "mark": "mark #38", "product": 19, "series": 1, "date_price_updated": "2019-06-08", "price": 3800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 39, "fields": {"code": null, "mark": "mark #39", "product": 20, "series": 1, "date_price_updated": "2019-06-08", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 40, "fields": {"code": null, "mark": "mark #40", "product": 20, "series": 1, "date_price_updated": "2019-06-08", "price": 4000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 41, "fields": {"code": null, "mark": "mark #41", "product": 21, "series": 1, "date_price_updated": "2019-06-08", "price": 2100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 42, "fields": {"code": null, "mark": "mark #42", "product": 21, "series": 1, "date_price_updated": "2019-06-08", "price": 4200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 43, "fields": {"code": null, "mark": "mark #43", "product": 22, "series": 1, "date_price_updated": "2019-06-08", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 44, "fields": {"code": null, "mark": "mark #44", "product": 22, "series": 1, "date_price_updated": "2019-06-08", "price": 4400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 45, "fields": {"code": null, "mark": "mark #45", "product": 23, "series": 1, "date_price_updated": "2019-06-08", "price": 2300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 46, "fields": {"code": null, "mark": "mark #46", "product": 23, "series": 1, "date_price_updated": "2019-06-08", "price": 4600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 47, "fields": {"code": null, "mark": "mark #47", "product": 24, "series": 1, "date_price_updated": "2019-06-08", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 48, "fields": {"code": null, "mark": "mark #48", "product": 24, "series": 1, "date_price_updated": "2019-06-08", "price": 4800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 49, "fields": {"code": null, "mark": "mark #49", "product": 25, "series": 1, "date_price_updated": "2019-06-08", "price": 2500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 50, "fields": {"code": null, "mark": "mark #50", "product": 25, "series": 1, "date_price_updated": "2019-06-08", "price": 5000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 51, "fields": {"code": null, "mark": "mark #1", "product": 26, "series": 2, "date_price_updated": "2019-06-08", "price": 100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 52, "fields": {"code": null, "mark": "mark #2", "product": 26, "series": 2, "date_price_updated": "2019-06-08", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 53, "fields": {"code": null, "mark": "mark #3", "product": 27, "series": 2, "date_price_updated": "2019-06-08", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 54, "fields": {"code": null, "mark": "mark #4", "product": 27, "series": 2, "date_price_updated": "2019-06-08", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 55, "fields": {"code": null, "mark": "mark #5", "product": 28, "series": 2, "date_price_updated": "2019-06-08", "price": 300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 56, "fields": {"code": null, "mark": "mark #6", "product": 28, "series": null, "date_price_updated": "2019-06-08", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 57, "fields": {"code": null, "mark": "mark #7", "product": 29, "series": null, "date_price_updated": "2019-06-08", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 58, "fields": {"code": null, "mark": "mark #8", "product": 29, "series": null, "date_price_updated": "2019-06-08", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 59, "fields": {"code": null, "mark": "mark #9", "product": 30, "series": null, "date_price_updated": "2019-06-08", "price": 500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 60, "fields": {"code": null, "mark": "mark #10", "product": 30, "series": null, "date_price_updated": "2019-06-08", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 61, "fields": {"code": null, "mark": "mark #11", "product": 31, "series": null, "date_price_updated": "2019-06-08", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 62, "fields": {"code": null, "mark": "mark #12", "product": 31, "series": null, "date_price_updated": "2019-06-08", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 63, "fields": {"code": null, "mark": "mark #13", "product": 32, "series": null, "date_price_updated": "2019-06-08", "price": 700.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 64, "fields": {"code": null, "mark": "mark #14", "product": 32, "series": null, "date_price_updated": "2019-06-08", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 65, "fields": {"code": null, "mark": "mark #15", "product": 33, "series": null, "date_price_updated": "2019-06-08", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 66, "fields": {"code": null, "mark": "mark #16", "product": 33, "series": null, "date_price_updated": "2019-06-08", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 67, "fields": {"code": null, "mark": "mark #17", "product": 34, "series": null, "date_price_updated": "2019-06-08", "price": 900.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 68, "fields": {"code": null, "mark": "mark #18", "product": 34, "series": null, "date_price_updated": "2019-06-08", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 69, "fields": {"code": null, "mark": "mark #19", "product": 35, "series": null, "date_price_updated": "2019-06-08", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 70, "fields": {"code": null, "mark": "mark #20", "product": 35, "series": null, "date_price_updated": "2019-06-08", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 71, "fields": {"code": null, "mark": "mark #21", "product": 36, "series": null, "date_price_updated": "2019-06-08", "price": 1100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 72, "fields": {"code": null, "mark": "mark #22", "product": 36, "series": null, "date_price_updated": "2019-06-08", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 73, "fields": {"code": null, "mark": "mark #23", "product": 37, "series": null, "date_price_updated": "2019-06-08", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 74, "fields": {"code": null, "mark": "mark #24", "product": 37, "series": null, "date_price_updated": "2019-06-08", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 75, "fields": {"code": null, "mark": "mark #25", "product": 38, "series": null, "date_price_updated": "2019-06-08", "price": 1300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 76, "fields": {"code": null, "mark": "mark #26", "product": 38, "series": null, "date_price_updated": "2019-06-08", "price": 2600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 77, "fields": {"code": null, "mark": "mark #27", "product": 39, "series": null, "date_price_updated": "2019-06-08", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 78, "fields": {"code": null, "mark": "mark #28", "product": 39, "series": null, "date_price_updated": "2019-06-08", "price": 2800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 79, "fields": {"code": null, "mark": "mark #29", "product": 40, "series": null, "date_price_updated": "2019-06-08", "price": 1500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 80, "fields": {"code": null, "mark": "mark #30", "product": 40, "series": null, "date_price_updated": "2019-06-08", "price": 3000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 81, "fields": {"code": null, "mark": "mark #31", "product": 41, "series": null, "date_price_updated": "2019-06-08", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 82, "fields": {"code": null, "mark": "mark #32", "product": 41, "series": null, "date_price_updated": "2019-06-08", "price": 3200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 83, "fields": {"code": null, "mark": "mark #33", "product": 42, "series": null, "date_price_updated": "2019-06-08", "price": 1700.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 84, "fields": {"code": null, "mark": "mark #34", "product": 42, "series": null, "date_price_updated": "2019-06-08", "price": 3400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 85, "fields": {"code": null, "mark": "mark #35", "product": 43, "series": null, "date_price_updated": "2019-06-08", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 86, "fields": {"code": null, "mark": "mark #36", "product": 43, "series": null, "date_price_updated": "2019-06-08", "price": 3600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 87, "fields": {"code": null, "mark": "mark #37", "product": 44, "series": null, "date_price_updated": "2019-06-08", "price": 1900.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 88, "fields": {"code": null, "mark": "mark #38", "product": 44, "series": null, "date_price_updated": "2019-06-08", "price": 3800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 89, "fields": {"code": null, "mark": "mark #39", "product": 45, "series": null, "date_price_updated": "2019-06-08", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 90, "fields": {"code": null, "mark": "mark #40", "product": 45, "series": null, "date_price_updated": "2019-06-08", "price": 4000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 91, "fields": {"code": null, "mark": "mark #41", "product": 46, "series": null, "date_price_updated": "2019-06-08", "price": 2100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 92, "fields": {"code": null, "mark": "mark #42", "product": 46, "series": null, "date_price_updated": "2019-06-08", "price": 4200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 93, "fields": {"code": null, "mark": "mark #43", "product": 47, "series": null, "date_price_updated": "2019-06-08", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 94, "fields": {"code": null, "mark": "mark #44", "product": 47, "series": null, "date_price_updated": "2019-06-08", "price": 4400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 95, "fields": {"code": null, "mark": "mark #45", "product": 48, "series": null, "date_price_updated": "2019-06-08", "price": 2300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 96, "fields": {"code": null, "mark": "mark #46", "product": 48, "series": null, "date_price_updated": "2019-06-08", "price": 4600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 97, "fields": {"code": null, "mark": "mark #47", "product": 49, "series": null, "date_price_updated": "2019-06-08", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 98, "fields": {"code": null, "mark": "mark #48", "product": 49, "series": null, "date_price_updated": "2019-06-08", "price": 4800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 99, "fields": {"code": null, "mark": "mark #49", "product": 50, "series": null, "date_price_updated": "2019-06-08", "price": 2500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 100, "fields": {"code": null, "mark": "mark #50", "product": 50, "series": null, "date_price_updated": "2019-06-08", "price": 5000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 101, "fields": {"code": null, "mark": "mark #1", "product": 51, "series": null, "date_price_updated": "2019-06-08", "price": 100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 102, "fields": {"code": null, "mark": "mark #2", "product": 51, "series": null, "date_price_updated": "2019-06-08", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 103, "fields": {"code": null, "mark": "mark #3", "product": 52, "series": null, "date_price_updated": "2019-06-08", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 104, "fields": {"code": null, "mark": "mark #4", "product": 52, "series": null, "date_price_updated": "2019-06-08", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 105, "fields": {"code": null, "mark": "mark #5", "product": 53, "series": null, "date_price_updated": "2019-06-08", "price": 300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 106, "fields": {"code": null, "mark": "mark #6", "product": 53, "series": null, "date_price_updated": "2019-06-08", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 107, "fields": {"code": null, "mark": "mark #7", "product": 54, "series": null, "date_price_updated": "2019-06-08", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 108, "fields": {"code": null, "mark": "mark #8", "product": 54, "series": null, "date_price_updated": "2019-06-08", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 109, "fields": {"code": null, "mark": "mark #9", "product": 55, "series": null, "date_price_updated": "2019-06-08", "price": 500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 110, "fields": {"code": null, "mark": "mark #10", "product": 55, "series": null, "date_price_updated": "2019-06-08", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 111, "fields": {"code": null, "mark": "mark #11", "product": 56, "series": null, "date_price_updated": "2019-06-08", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 112, "fields": {"code": null, "mark": "mark #12", "product": 56, "series": null, "date_price_updated": "2019-06-08", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 113, "fields": {"code": null, "mark": "mark #13", "product": 57, "series": null, "date_price_updated": "2019-06-08", "price": 700.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 114, "fields": {"code": null, "mark": "mark #14", "product": 57, "series": null, "date_price_updated": "2019-06-08", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 115, "fields": {"code": null, "mark": "mark #15", "product": 58, "series": null, "date_price_updated": "2019-06-08", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 116, "fields": {"code": null, "mark": "mark #16", "product": 58, "series": null, "date_price_updated": "2019-06-08", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 117, "fields": {"code": null, "mark": "mark #17", "product": 59, "series": null, "date_price_updated": "2019-06-08", "price": 900.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 118, "fields": {"code": null, "mark": "mark #18", "product": 59, "series": null, "date_price_updated": "2019-06-08", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 119, "fields": {"code": null, "mark": "mark #19", "product": 60, "series": null, "date_price_updated": "2019-06-08", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 120, "fields": {"code": null, "mark": "mark #20", "product": 60, "series": null, "date_price_updated": "2019-06-08", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 121, "fields": {"code": null, "mark": "mark #21", "product": 61, "series": null, "date_price_updated": "2019-06-08", "price": 1100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 122, "fields": {"code": null, "mark": "mark #22", "product": 61, "series": null, "date_price_updated": "2019-06-08", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 123, "fields": {"code": null, "mark": "mark #23", "product": 62, "series": null, "date_price_updated": "2019-06-08", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 124, "fields": {"code": null, "mark": "mark #24", "product": 62, "series": null, "date_price_updated": "2019-06-08", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 125, "fields": {"code": null, "mark": "mark #25", "product": 63, "series": null, "date_price_updated": "2019-06-08", "price": 1300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 126, "fields": {"code": null, "mark": "mark #26", "product": 63, "series": null, "date_price_updated": "2019-06-08", "price": 2600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 127, "fields": {"code": null, "mark": "mark #27", "product": 64, "series": null, "date_price_updated": "2019-06-08", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 128, "fields": {"code": null, "mark": "mark #28", "product": 64, "series": null, "date_price_updated": "2019-06-08", "price": 2800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 129, "fields": {"code": null, "mark": "mark #29", "product": 65, "series": null, "date_price_updated": "2019-06-08", "price": 1500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 130, "fields": {"code": null, "mark": "mark #30", "product": 65, "series": null, "date_price_updated": "2019-06-08", "price": 3000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 131, "fields": {"code": null, "mark": "mark #31", "product": 66, "series": null, "date_price_updated": "2019-06-08", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 132, "fields": {"code": null, "mark": "mark #32", "product": 66, "series": null, "date_price_updated": "2019-06-08", "price": 3200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 133, "fields": {"code": null, "mark": "mark #33", "product": 67, "series": null, "date_price_updated": "2019-06-08", "price": 1700.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 134, "fields": {"code": null, "mark": "mark #34", "product": 67, "series": null, "date_price_updated": "2019-06-08", "price": 3400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 135, "fields": {"code": null, "mark": "mark #35", "product": 68, "series": null, "date_price_updated": "2019-06-08", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 136, "fields": {"code": null, "mark": "mark #36", "product": 68, "series": null, "date_price_updated": "2019-06-08", "price": 3600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 137, "fields": {"code": null, "mark": "mark #37", "product": 69, "series": null, "date_price_updated": "2019-06-08", "price": 1900.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 138, "fields": {"code": null, "mark": "mark #38", "product": 69, "series": null, "date_price_updated": "2019-06-08", "price": 3800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 139, "fields": {"code": null, "mark": "mark #39", "product": 70, "series": null, "date_price_updated": "2019-06-08", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 140, "fields": {"code": null, "mark": "mark #40", "product": 70, "series": null, "date_price_updated": "2019-06-08", "price": 4000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 141, "fields": {"code": null, "mark": "mark #41", "product": 71, "series": null, "date_price_updated": "2019-06-08", "price": 2100.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 142, "fields": {"code": null, "mark": "mark #42", "product": 71, "series": null, "date_price_updated": "2019-06-08", "price": 4200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 143, "fields": {"code": null, "mark": "mark #43", "product": 72, "series": null, "date_price_updated": "2019-06-08", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 144, "fields": {"code": null, "mark": "mark #44", "product": 72, "series": null, "date_price_updated": "2019-06-08", "price": 4400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 145, "fields": {"code": null, "mark": "mark #45", "product": 73, "series": null, "date_price_updated": "2019-06-08", "price": 2300.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 146, "fields": {"code": null, "mark": "mark #46", "product": 73, "series": null, "date_price_updated": "2019-06-08", "price": 4600.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 147, "fields": {"code": null, "mark": "mark #47", "product": 74, "series": null, "date_price_updated": "2019-06-08", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 148, "fields": {"code": null, "mark": "mark #48", "product": 74, "series": null, "date_price_updated": "2019-06-08", "price": 4800.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 149, "fields": {"code": null, "mark": "mark #49", "product": 75, "series": null, "date_price_updated": "2019-06-08", "price": 2500.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 150, "fields": {"code": null, "mark": "mark #50", "product": 75, "series": null, "date_price_updated": "2019-06-08", "price": 5000.0, "in_stock": 0, "is_popular": false, "tags": [1, 3]}}, {"model": "stroyprombeton.option", "pk": 151, "fields": {"code": null, "mark": "mark #1", "product": 76, "series": null, "date_price_updated": "2019-06-08", "price": 100.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 152, "fields": {"code": null, "mark": "mark #2", "product": 76, "series": null, "date_price_updated": "2019-06-08", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 153, "fields": {"code": null, "mark": "mark #3", "product": 77, "series": null, "date_price_updated": "2019-06-08", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 154, "fields": {"code": null, "mark": "mark #4", "product": 77, "series": null, "date_price_updated": "2019-06-08", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 155, "fields": {"code": null, "mark": "mark #5", "product": 78, "series": null, "date_price_updated": "2019-06-08", "price": 300.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 156, "fields": {"code": null, "mark": "mark #6", "product": 78, "series": null, "date_price_updated": "2019-06-08", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 157, "fields": {"code": null, "mark": "mark #7", "product": 79, "series": null, "date_price_updated": "2019-06-08", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 158, "fields": {"code": null, "mark": "mark #8", "product": 79, "series": null, "date_price_updated": "2019-06-08", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 159, "fields": {"code": null, "mark": "mark #9", "product": 80, "series": null, "date_price_updated": "2019-06-08", "price": 500.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 160, "fields": {"code": null, "mark": "mark #10", "product": 80, "series": null, "date_price_updated": "2019-06-08", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 161, "fields": {"code": null, "mark": "mark #11", "product": 81, "series": null, "date_price_updated": "2019-06-08", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 162, "fields": {"code": null, "mark": "mark #12", "product": 81, "series": null, "date_price_updated": "2019-06-08", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 163, "fields": {"code": null, "mark": "mark #13", "product": 82, "series": null, "date_price_updated": "2019-06-08", "price": 700.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 164, "fields": {"code": null, "mark": "mark #14", "product": 82, "series": null, "date_price_updated": "2019-06-08", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 165, "fields": {"code": null, "mark": "mark #15", "product": 83, "series": null, "date_price_updated": "2019-06-08", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 166, "fields": {"code": null, "mark": "mark #16", "product": 83, "series": null, "date_price_updated": "2019-06-08", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 167, "fields": {"code": null, "mark": "mark #17", "product": 84, "series": null, "date_price_updated": "2019-06-08", "price": 900.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 168, "fields": {"code": null, "mark": "mark #18", "product": 84, "series": null, "date_price_updated": "2019-06-08", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 169, "fields": {"code": null, "mark": "mark #19", "product": 85, "series": null, "date_price_updated": "2019-06-08", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 170, "fields": {"code": null, "mark": "mark #20", "product": 85, "series": null, "date_price_updated": "2019-06-08", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 171, "fields": {"code": null, "mark": "mark #21", "product": 86, "series": null, "date_price_updated": "2019-06-08", "price": 1100.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 172, "fields": {"code": null, "mark": "mark #22", "product": 86, "series": null, "date_price_updated": "2019-06-08", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 173, "fields": {"code": null, "mark": "mark #23", "product": 87, "series": null, "date_price_updated": "2019-06-08", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 174, "fields": {"code": null, "mark": "mark #24", "product": 87, "series": null, "date_price_updated": "2019-06-08", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 175, "fields": {"code": null, "mark": "mark #25", "product": 88, "series": null, "date_price_updated": "2019-06-08", "price": 1300.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 176, "fields": {"code": null, "mark": "mark #26", "product": 88, "series": null, "date_price_updated": "2019-06-08", "price": 2600.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 177, "fields": {"code": null, "mark": "mark #27", "product": 89, "series": null, "date_price_updated": "2019-06-08", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 178, "fields": {"code": null, "mark": "mark #28", "product": 89, "series": null, "date_price_updated": "2019-06-08", "price": 2800.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 179, "fields": {"code": null, "mark": "mark #29", "product": 90, "series": null, "date_price_updated": "2019-06-08", "price": 1500.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 180, "fields": {"code": null, "mark": "mark #30", "product": 90, "series": null, "date_price_updated": "2019-06-08", "price": 3000.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 181, "fields": {"code": null, "mark": "mark #31", "product": 91, "series": null, "date_price_updated": "2019-06-08", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 182, "fields": {"code": null, "mark": "mark #32", "product": 91, "series": null, "date_price_updated": "2019-06-08", "price": 3200.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 183, "fields": {"code": null, "mark": "mark #33", "product": 92, "series": null, "date_price_updated": "2019-06-08", "price": 1700.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 184, "fields": {"code": null, "mark": "mark #34", "product": 92, "series": null, "date_price_updated": "2019-06-08", "price": 3400.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 185, "fields": {"code": null, "mark": "mark #35", "product": 93, "series": null, "date_price_updated": "2019-06-08", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 186, "fields": {"code": null, "mark": "mark #36", "product": 93, "series": null, "date_price_updated": "2019-06-08", "price": 3600.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 187, "fields": {"code": null, "mark": "mark #37", "product": 94, "series": null, "date_price_updated": "2019-06-08", "price": 1900.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 188, "fields": {"code": null, "mark": "mark #38", "product": 94, "series": null, "date_price_updated": "2019-06-08", "price": 3800.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 189, "fields": {"code": null, "mark": "mark #39", "product": 95, "series": null, "date_price_updated": "2019-06-08", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 190, "fields": {"code": null, "mark": "mark #40", "product": 95, "series": null, "date_price_updated": "2019-06-08", "price": 4000.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 191, "fields": {"code": null, "mark": "mark #41", "product": 96, "series": null, "date_price_updated": "2019-06-08", "price": 2100.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 192, "fields": {"code": null, "mark": "mark #42", "product": 96, "series": null, "date_price_updated": "2019-06-08", "price": 4200.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 193, "fields": {"code": null, "mark": "mark #43", "product": 97, "series": null, "date_price_updated": "2019-06-08", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 194, "fields": {"code": null, "mark": "mark #44", "product": 97, "series": null, "date_price_updated": "2019-06-08", "price": 4400.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 195, "fields": {"code": null, "mark": "mark #45", "product": 98, "series": null, "date_price_updated": "2019-06-08", "price": 2300.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 196, "fields": {"code": null, "mark": "mark #46", "product": 98, "series": null, "date_price_updated": "2019-06-08", "price": 4600.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 197, "fields": {"code": null, "mark": "mark #47", "product": 99, "series": null, "date_price_updated": "2019-06-08", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 198, "fields": {"code": null, "mark": "mark #48", "product": 99, "series": null, "date_price_updated": "2019-06-08", "price": 4800.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 199, "fields": {"code": null, "mark": "mark #49", "product": 100, "series": null, "date_price_updated": "2019-06-08", "price": 2500.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 200, "fields": {"code": null, "mark": "mark #50", "product": 100, "series": null, "date_price_updated": "2019-06-08", "price": 5000.0, "in_stock": 0, "is_popular": false, "tags": []}}, {"model": "stroyprombeton.option", "pk": 201, "fields": {"code": null, "mark": "mark #1", "product": 101, "series": null, "date_price_updated": "2019-06-08", "price": 100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 202, "fields": {"code": null, "mark": "mark #2", "product": 101, "series": null, "date_price_updated": "2019-06-08", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 203, "fields": {"code": null, "mark": "mark #3", "product": 102, "series": null, "date_price_updated": "2019-06-08", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 204, "fields": {"code": null, "mark": "mark #4", "product": 102, "series": null, "date_price_updated": "2019-06-08", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 205, "fields": {"code": null, "mark": "mark #5", "product": 103, "series": null, "date_price_updated": "2019-06-08", "price": 300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 206, "fields": {"code": null, "mark": "mark #6", "product": 103, "series": null, "date_price_updated": "2019-06-08", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 207, "fields": {"code": null, "mark": "mark #7", "product": 104, "series": null, "date_price_updated": "2019-06-08", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 208, "fields": {"code": null, "mark": "mark #8", "product": 104, "series": null, "date_price_updated": "2019-06-08", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 209, "fields": {"code": null, "mark": "mark #9", "product": 105, "series": null, "date_price_updated": "2019-06-08", "price": 500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 210, "fields": {"code": null, "mark": "mark #10", "product": 105, "series": null, "date_price_updated": "2019-06-08", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 211, "fields": {"code": null, "mark": "mark #11", "product": 106, "series": null, "date_price_updated": "2019-06-08", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 212, "fields": {"code": null, "mark": "mark #12", "product": 106, "series": null, "date_price_updated": "2019-06-08", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 213, "fields": {"code": null, "mark": "mark #13", "product": 107, "series": null, "date_price_updated": "2019-06-08", "price": 700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 214, "fields": {"code": null, "mark": "mark #14", "product": 107, "series": null, "date_price_updated": "2019-06-08", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 215, "fields": {"code": null, "mark": "mark #15", "product": 108, "series": null, "date_price_updated": "2019-06-08", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 216, "fields": {"code": null, "mark": "mark #16", "product": 108, "series": null, "date_price_updated": "2019-06-08", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 217, "fields": {"code": null, "mark": "mark #17", "product": 109, "series": null, "date_price_updated": "2019-06-08", "price": 900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 218, "fields": {"code": null, "mark": "mark #18", "product": 109, "series": null, "date_price_updated": "2019-06-08", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 219, "fields": {"code": null, "mark": "mark #19", "product": 110, "series": null, "date_price_updated": "2019-06-08", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 220, "fields": {"code": null, "mark": "mark #20", "product": 110, "series": null, "date_price_updated": "2019-06-08", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 221, "fields": {"code": null, "mark": "mark #21", "product": 111, "series": null, "date_price_updated": "2019-06-08", "price": 1100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 222, "fields": {"code": null, "mark": "mark #22", "product": 111, "series": null, "date_price_updated": "2019-06-08", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 223, "fields": {"code": null, "mark": "mark #23", "product": 112, "series": null, "date_price_updated": "2019-06-08", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 224, "fields": {"code": null, "mark": "mark #24", "product": 112, "series": null, "date_price_updated": "2019-06-08", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 225, "fields": {"code": null, "mark": "mark #25", "product": 113, "series": null, "date_price_updated": "2019-06-08", "price": 1300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 226, "fields": {"code": null, "mark": "mark #26", "product": 113, "series": null, "date_price_updated": "2019-06-08", "price": 2600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 227, "fields": {"code": null, "mark": "mark #27", "product": 114, "series": null, "date_price_updated": "2019-06-08", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 228, "fields": {"code": null, "mark": "mark #28", "product": 114, "series": null, "date_price_updated": "2019-06-08", "price": 2800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 229, "fields": {"code": null, "mark": "mark #29", "product": 115, "series": null, "date_price_updated": "2019-06-08", "price": 1500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 230, "fields": {"code": null, "mark": "mark #30", "product": 115, "series": null, "date_price_updated": "2019-06-08", "price": 3000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 231, "fields": {"code": null, "mark": "mark #31", "product": 116, "series": null, "date_price_updated": "2019-06-08", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 232, "fields": {"code": null, "mark": "mark #32", "product": 116, "series": null, "date_price_updated": "2019-06-08", "price": 3200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 233, "fields": {"code": null, "mark": "mark #33", "product": 117, "series": null, "date_price_updated": "2019-06-08", "price": 1700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 234, "fields": {"code": null, "mark": "mark #34", "product": 117, "series": null, "date_price_updated": "2019-06-08", "price": 3400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 235, "fields": {"code": null, "mark": "mark #35", "product": 118, "series": null, "date_price_updated": "2019-06-08", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 236, "fields": {"code": null, "mark": "mark #36", "product": 118, "series": null, "date_price_updated": "2019-06-08", "price": 3600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 237, "fields": {"code": null, "mark": "mark #37", "product": 119, "series": null, "date_price_updated": "2019-06-08", "price": 1900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 238, "fields": {"code": null, "mark": "mark #38", "product": 119, "series": null, "date_price_updated": "2019-06-08", "price": 3800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 239, "fields": {"code": null, "mark": "mark #39", "product": 120, "series": null, "date_price_updated": "2019-06-08", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 240, "fields": {"code": null, "mark": "mark #40", "product": 120, "series": null, "date_price_updated": "2019-06-08", "price": 4000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 241, "fields": {"code": null, "mark": "mark #41", "product": 121, "series": null, "date_price_updated": "2019-06-08", "price": 2100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 242, "fields": {"code": null, "mark": "mark #42", "product": 121, "series": null, "date_price_updated": "2019-06-08", "price": 4200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 243, "fields": {"code": null, "mark": "mark #43", "product": 122, "series": null, "date_price_updated": "2019-06-08", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 244, "fields": {"code": null, "mark": "mark #44", "product": 122, "series": null, "date_price_updated": "2019-06-08", "price": 4400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 245, "fields": {"code": null, "mark": "mark #45", "product": 123, "series": null, "date_price_updated": "2019-06-08", "price": 2300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 246, "fields": {"code": null, "mark": "mark #46", "product": 123, "series": null, "date_price_updated": "2019-06-08", "price": 4600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 247, "fields": {"code": null, "mark": "mark #47", "product": 124, "series": null, "date_price_updated": "2019-06-08", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 248, "fields": {"code": null, "mark": "mark #48", "product": 124, "series": null, "date_price_updated": "2019-06-08", "price": 4800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 249, "fields": {"code": null, "mark": "mark #49", "product": 125, "series": null, "date_price_updated": "2019-06-08", "price": 2500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 250, "fields": {"code": null, "mark": "mark #50", "product": 125, "series": null, "date_price_updated": "2019-06-08", "price": 5000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 251, "fields": {"code": null, "mark": "mark #51", "product": 126, "series": null, "date_price_updated": "2019-06-08", "price": 2600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 252, "fields": {"code": null, "mark": "mark #52", "product": 126, "series": null, "date_price_updated": "2019-06-08", "price": 5200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 253, "fields": {"code": null, "mark": "mark #53", "product": 127, "series": null, "date_price_updated": "2019-06-08", "price": 2700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 254, "fields": {"code": null, "mark": "mark #54", "product": 127, "series": null, "date_price_updated": "2019-06-08", "price": 5400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 255, "fields": {"code": null, "mark": "mark #55", "product": 128, "series": null, "date_price_updated": "2019-06-08", "price": 2800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 256, "fields": {"code": null, "mark": "mark #56", "product": 128, "series": null, "date_price_updated": "2019-06-08", "price": 5600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 257, "fields": {"code": null, "mark": "mark #57", "product": 129, "series": null, "date_price_updated": "2019-06-08", "price": 2900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 258, "fields": {"code": null, "mark": "mark #58", "product": 129, "series": null, "date_price_updated": "2019-06-08", "price": 5800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 259, "fields": {"code": null, "mark": "mark #59", "product": 130, "series": null, "date_price_updated": "2019-06-08", "price": 3000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 260, "fields": {"code": null, "mark": "mark #60", "product": 130, "series": null, "date_price_updated": "2019-06-08", "price": 6000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 261, "fields": {"code": null, "mark": "mark #61", "product": 131, "series": null, "date_price_updated": "2019-06-08", "price": 3100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 262, "fields": {"code": null, "mark": "mark #62", "product": 131, "series": null, "date_price_updated": "2019-06-08", "price": 6200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 263, "fields": {"code": null, "mark": "mark #63", "product": 132, "series": null, "date_price_updated": "2019-06-08", "price": 3200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 264, "fields": {"code": null, "mark": "mark #64", "product": 132, "series": null, "date_price_updated": "2019-06-08", "price": 6400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 265, "fields": {"code": null, "mark": "mark #65", "product": 133, "series": null, "date_price_updated": "2019-06-08", "price": 3300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 266, "fields": {"code": null, "mark": "mark #66", "product": 133, "series": null, "date_price_updated": "2019-06-08", "price": 6600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 267, "fields": {"code": null, "mark": "mark #67", "product": 134, "series": null, "date_price_updated": "2019-06-08", "price": 3400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 268, "fields": {"code": null, "mark": "mark #68", "product": 134, "series": null, "date_price_updated": "2019-06-08", "price": 6800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 269, "fields": {"code": null, "mark": "mark #69", "product": 135, "series": null, "date_price_updated": "2019-06-08", "price": 3500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 270, "fields": {"code": null, "mark": "mark #70", "product": 135, "series": null, "date_price_updated": "2019-06-08", "price": 7000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 271, "fields": {"code": null, "mark": "mark #71", "product": 136, "series": null, "date_price_updated": "2019-06-08", "price": 3600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 272, "fields": {"code": null, "mark": "mark #72", "product": 136, "series": null, "date_price_updated": "2019-06-08", "price": 7200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 273, "fields": {"code": null, "mark": "mark #73", "product": 137, "series": null, "date_price_updated": "2019-06-08", "price": 3700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 274, "fields": {"code": null, "mark": "mark #74", "product": 137, "series": null, "date_price_updated": "2019-06-08", "price": 7400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 275, "fields": {"code": null, "mark": "mark #75", "product": 138, "series": null, "date_price_updated": "2019-06-08", "price": 3800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 276, "fields": {"code": null, "mark": "mark #76", "product": 138, "series": null, "date_price_updated": "2019-06-08", "price": 7600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 277, "fields": {"code": null, "mark": "mark #77", "product": 139, "series": null, "date_price_updated": "2019-06-08", "price": 3900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 278, "fields": {"code": null, "mark": "mark #78", "product": 139, "series": null, "date_price_updated": "2019-06-08", "price": 7800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 279, "fields": {"code": null, "mark": "mark #79", "product": 140, "series": null, "date_price_updated": "2019-06-08", "price": 4000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 280, "fields": {"code": null, "mark": "mark #80", "product": 140, "series": null, "date_price_updated": "2019-06-08", "price": 8000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 281, "fields": {"code": null, "mark": "mark #81", "product": 141, "series": null, "date_price_updated": "2019-06-08", "price": 4100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 282, "fields": {"code": null, "mark": "mark #82", "product": 141, "series": null, "date_price_updated": "2019-06-08", "price": 8200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 283, "fields": {"code": null, "mark": "mark #83", "product": 142, "series": null, "date_price_updated": "2019-06-08", "price": 4200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 284, "fields": {"code": null, "mark": "mark #84", "product": 142, "series": null, "date_price_updated": "2019-06-08", "price": 8400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 285, "fields": {"code": null, "mark": "mark #85", "product": 143, "series": null, "date_price_updated": "2019-06-08", "price": 4300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 286, "fields": {"code": null, "mark": "mark #86", "product": 143, "series": null, "date_price_updated": "2019-06-08", "price": 8600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 287, "fields": {"code": null, "mark": "mark #87", "product": 144, "series": null, "date_price_updated": "2019-06-08", "price": 4400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 288, "fields": {"code": null, "mark": "mark #88", "product": 144, "series": null, "date_price_updated": "2019-06-08", "price": 8800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 289, "fields": {"code": null, "mark": "mark #89", "product": 145, "series": null, "date_price_updated": "2019-06-08", "price": 4500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 290, "fields": {"code": null, "mark": "mark #90", "product": 145, "series": null, "date_price_updated": "2019-06-08", "price": 9000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 291, "fields": {"code": null, "mark": "mark #91", "product": 146, "series": null, "date_price_updated": "2019-06-08", "price": 4600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 292, "fields": {"code": null, "mark": "mark #92", "product": 146, "series": null, "date_price_updated": "2019-06-08", "price": 9200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 293, "fields": {"code": null, "mark": "mark #93", "product": 147, "series": null, "date_price_updated": "2019-06-08", "price": 4700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 294, "fields": {"code": null, "mark": "mark #94", "product": 147, "series": null, "date_price_updated": "2019-06-08", "price": 9400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 295, "fields": {"code": null, "mark": "mark #95", "product": 148, "series": null, "date_price_updated": "2019-06-08", "price": 4800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 296, "fields": {"code": null, "mark": "mark #96", "product": 148, "series": null, "date_price_updated": "2019-06-08", "price": 9600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 297, "fields": {"code": null, "mark": "mark #97", "product": 149, "series": null, "date_price_updated": "2019-06-08", "price": 4900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 298, "fields": {"code": null, "mark": "mark #98", "product": 149, "series": null, "date_price_updated": "2019-06-08", "price": 9800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 299, "fields": {"code": null, "mark": "mark #99", "product": 150, "series": null, "date_price_updated": "2019-06-08", "price": 5000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 300, "fields": {"code": null, "mark": "mark #100", "product": 150, "series": null, "date_price_updated": "2019-06-08", "price": 10000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 301, "fields": {"code": null, "mark": "mark #1", "product": 151, "series": null, "date_price_updated": "2019-06-08", "price": 100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 302, "fields": {"code": null, "mark": "mark #2", "product": 151, "series": null, "date_price_updated": "2019-06-08", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 303, "fields": {"code": null, "mark": "mark #3", "product": 152, "series": null, "date_price_updated": "2019-06-08", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 304, "fields": {"code": null, "mark": "mark #4", "product": 152, "series": null, "date_price_updated": "2019-06-08", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 305, "fields": {"code": null, "mark": "mark #5", "product": 153, "series": null, "date_price_updated": "2019-06-08", "price": 300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 306, "fields": {"code": null, "mark": "mark #6", "product": 153, "series": null, "date_price_updated": "2019-06-08", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 307, "fields": {"code": null, "mark": "mark #7", "product": 154, "series": null, "date_price_updated": "2019-06-08", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 308, "fields": {"code": null, "mark": "mark #8", "product": 154, "series": null, "date_price_updated": "2019-06-08", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 309, "fields": {"code": null, "mark": "mark #9", "product": 155, "series": null, "date_price_updated": "2019-06-08", "price": 500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 310, "fields": {"code": null, "mark": "mark #10", "product": 155, "series": null, "date_price_updated": "2019-06-08", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 311, "fields": {"code": null, "mark": "mark #11", "product": 156, "series": null, "date_price_updated": "2019-06-08", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 312, "fields": {"code": null, "mark": "mark #12", "product": 156, "series": null, "date_price_updated": "2019-06-08", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 313, "fields": {"code": null, "mark": "mark #13", "product": 157, "series": null, "date_price_updated": "2019-06-08", "price": 700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 314, "fields": {"code": null, "mark": "mark #14", "product": 157, "series": null, "date_price_updated": "2019-06-08", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 315, "fields": {"code": null, "mark": "mark #15", "product": 158, "series": null, "date_price_updated": "2019-06-08", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 316, "fields": {"code": null, "mark": "mark #16", "product": 158, "series": null, "date_price_updated": "2019-06-08", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 317, "fields": {"code": null, "mark": "mark #17", "product": 159, "series": null, "date_price_updated": "2019-06-08", "price": 900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 318, "fields": {"code": null, "mark": "mark #18", "product": 159, "series": null, "date_price_updated": "2019-06-08", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 319, "fields": {"code": null, "mark": "mark #19", "product": 160, "series": null, "date_price_updated": "2019-06-08", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 320, "fields": {"code": null, "mark": "mark #20", "product": 160, "series": null, "date_price_updated": "2019-06-08", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 321, "fields": {"code": null, "mark": "mark #21", "product": 161, "series": null, "date_price_updated": "2019-06-08", "price": 1100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 322, "fields": {"code": null, "mark": "mark #22", "product": 161, "series": null, "date_price_updated": "2019-06-08", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 323, "fields": {"code": null, "mark": "mark #23", "product": 162, "series": null, "date_price_updated": "2019-06-08", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 324, "fields": {"code": null, "mark": "mark #24", "product": 162, "series": null, "date_price_updated": "2019-06-08", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 325, "fields": {"code": null, "mark": "mark #25", "product": 163, "series": null, "date_price_updated": "2019-06-08", "price": 1300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 326, "fields": {"code": null, "mark": "mark #26", "product": 163, "series": null, "date_price_updated": "2019-06-08", "price": 2600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 327, "fields": {"code": null, "mark": "mark #27", "product": 164, "series": null, "date_price_updated": "2019-06-08", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 328, "fields": {"code": null, "mark": "mark #28", "product": 164, "series": null, "date_price_updated": "2019-06-08", "price": 2800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 329, "fields": {"code": null, "mark": "mark #29", "product": 165, "series": null, "date_price_updated": "2019-06-08", "price": 1500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 330, "fields": {"code": null, "mark": "mark #30", "product": 165, "series": null, "date_price_updated": "2019-06-08", "price": 3000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 331, "fields": {"code": null, "mark": "mark #31", "product": 166, "series": null, "date_price_updated": "2019-06-08", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 332, "fields": {"code": null, "mark": "mark #32", "product": 166, "series": null, "date_price_updated": "2019-06-08", "price": 3200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 333, "fields": {"code": null, "mark": "mark #33", "product": 167, "series": null, "date_price_updated": "2019-06-08", "price": 1700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 334, "fields": {"code": null, "mark": "mark #34", "product": 167, "series": null, "date_price_updated": "2019-06-08", "price": 3400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 335, "fields": {"code": null, "mark": "mark #35", "product": 168, "series": null, "date_price_updated": "2019-06-08", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 336, "fields": {"code": null, "mark": "mark #36", "product": 168, "series": null, "date_price_updated": "2019-06-08", "price": 3600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 337, "fields": {"code": null, "mark": "mark #37", "product": 169, "series": null, "date_price_updated": "2019-06-08", "price": 1900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 338, "fields": {"code": null, "mark": "mark #38", "product": 169, "series": null, "date_price_updated": "2019-06-08", "price": 3800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 339, "fields": {"code": null, "mark": "mark #39", "product": 170, "series": null, "date_price_updated": "2019-06-08", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 340, "fields": {"code": null, "mark": "mark #40", "product": 170, "series": null, "date_price_updated": "2019-06-08", "price": 4000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 341, "fields": {"code": null, "mark": "mark #41", "product": 171, "series": null, "date_price_updated": "2019-06-08", "price": 2100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 342, "fields": {"code": null, "mark": "mark #42", "product": 171, "series": null, "date_price_updated": "2019-06-08", "price": 4200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 343, "fields": {"code": null, "mark": "mark #43", "product": 172, "series": null, "date_price_updated": "2019-06-08", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 344, "fields": {"code": null, "mark": "mark #44", "product": 172, "series": null, "date_price_updated": "2019-06-08", "price": 4400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 345, "fields": {"code": null, "mark": "mark #45", "product": 173, "series": null, "date_price_updated": "2019-06-08", "price": 2300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 346, "fields": {"code": null, "mark": "mark #46", "product": 173, "series": null, "date_price_updated": "2019-06-08", "price": 4600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 347, "fields": {"code": null, "mark": "mark #47", "product": 174, "series": null, "date_price_updated": "2019-06-08", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 348, "fields": {"code": null, "mark": "mark #48", "product": 174, "series": null, "date_price_updated": "2019-06-08", "price": 4800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 349, "fields": {"code": null, "mark": "mark #49", "product": 175, "series": null, "date_price_updated": "2019-06-08", "price": 2500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 350, "fields": {"code": null, "mark": "mark #50", "product": 175, "series": null, "date_price_updated": "2019-06-08", "price": 5000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 351, "fields": {"code": null, "mark": "mark #51", "product": 176, "series": null, "date_price_updated": "2019-06-08", "price": 2600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 352, "fields": {"code": null, "mark": "mark #52", "product": 176, "series": null, "date_price_updated": "2019-06-08", "price": 5200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 353, "fields": {"code": null, "mark": "mark #53", "product": 177, "series": null, "date_price_updated": "2019-06-08", "price": 2700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 354, "fields": {"code": null, "mark": "mark #54", "product": 177, "series": null, "date_price_updated": "2019-06-08", "price": 5400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 355, "fields": {"code": null, "mark": "mark #55", "product": 178, "series": null, "date_price_updated": "2019-06-08", "price": 2800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 356, "fields": {"code": null, "mark": "mark #56", "product": 178, "series": null, "date_price_updated": "2019-06-08", "price": 5600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 357, "fields": {"code": null, "mark": "mark #57", "product": 179, "series": null, "date_price_updated": "2019-06-08", "price": 2900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 358, "fields": {"code": null, "mark": "mark #58", "product": 179, "series": null, "date_price_updated": "2019-06-08", "price": 5800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 359, "fields": {"code": null, "mark": "mark #59", "product": 180, "series": null, "date_price_updated": "2019-06-08", "price": 3000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 360, "fields": {"code": null, "mark": "mark #60", "product": 180, "series": null, "date_price_updated": "2019-06-08", "price": 6000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 361, "fields": {"code": null, "mark": "mark #61", "product": 181, "series": null, "date_price_updated": "2019-06-08", "price": 3100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 362, "fields": {"code": null, "mark": "mark #62", "product": 181, "series": null, "date_price_updated": "2019-06-08", "price": 6200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 363, "fields": {"code": null, "mark": "mark #63", "product": 182, "series": null, "date_price_updated": "2019-06-08", "price": 3200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 364, "fields": {"code": null, "mark": "mark #64", "product": 182, "series": null, "date_price_updated": "2019-06-08", "price": 6400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 365, "fields": {"code": null, "mark": "mark #65", "product": 183, "series": null, "date_price_updated": "2019-06-08", "price": 3300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 366, "fields": {"code": null, "mark": "mark #66", "product": 183, "series": null, "date_price_updated": "2019-06-08", "price": 6600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 367, "fields": {"code": null, "mark": "mark #67", "product": 184, "series": null, "date_price_updated": "2019-06-08", "price": 3400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 368, "fields": {"code": null, "mark": "mark #68", "product": 184, "series": null, "date_price_updated": "2019-06-08", "price": 6800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 369, "fields": {"code": null, "mark": "mark #69", "product": 185, "series": null, "date_price_updated": "2019-06-08", "price": 3500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 370, "fields": {"code": null, "mark": "mark #70", "product": 185, "series": null, "date_price_updated": "2019-06-08", "price": 7000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 371, "fields": {"code": null, "mark": "mark #71", "product": 186, "series": null, "date_price_updated": "2019-06-08", "price": 3600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 372, "fields": {"code": null, "mark": "mark #72", "product": 186, "series": null, "date_price_updated": "2019-06-08", "price": 7200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 373, "fields": {"code": null, "mark": "mark #73", "product": 187, "series": null, "date_price_updated": "2019-06-08", "price": 3700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 374, "fields": {"code": null, "mark": "mark #74", "product": 187, "series": null, "date_price_updated": "2019-06-08", "price": 7400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 375, "fields": {"code": null, "mark": "mark #75", "product": 188, "series": null, "date_price_updated": "2019-06-08", "price": 3800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 376, "fields": {"code": null, "mark": "mark #76", "product": 188, "series": null, "date_price_updated": "2019-06-08", "price": 7600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 377, "fields": {"code": null, "mark": "mark #77", "product": 189, "series": null, "date_price_updated": "2019-06-08", "price": 3900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 378, "fields": {"code": null, "mark": "mark #78", "product": 189, "series": null, "date_price_updated": "2019-06-08", "price": 7800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 379, "fields": {"code": null, "mark": "mark #79", "product": 190, "series": null, "date_price_updated": "2019-06-08", "price": 4000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 380, "fields": {"code": null, "mark": "mark #80", "product": 190, "series": null, "date_price_updated": "2019-06-08", "price": 8000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 381, "fields": {"code": null, "mark": "mark #81", "product": 191, "series": null, "date_price_updated": "2019-06-08", "price": 4100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 382, "fields": {"code": null, "mark": "mark #82", "product": 191, "series": null, "date_price_updated": "2019-06-08", "price": 8200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 383, "fields": {"code": null, "mark": "mark #83", "product": 192, "series": null, "date_price_updated": "2019-06-08", "price": 4200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 384, "fields": {"code": null, "mark": "mark #84", "product": 192, "series": null, "date_price_updated": "2019-06-08", "price": 8400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 385, "fields": {"code": null, "mark": "mark #85", "product": 193, "series": null, "date_price_updated": "2019-06-08", "price": 4300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 386, "fields": {"code": null, "mark": "mark #86", "product": 193, "series": null, "date_price_updated": "2019-06-08", "price": 8600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 387, "fields": {"code": null, "mark": "mark #87", "product": 194, "series": null, "date_price_updated": "2019-06-08", "price": 4400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 388, "fields": {"code": null, "mark": "mark #88", "product": 194, "series": null, "date_price_updated": "2019-06-08", "price": 8800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 389, "fields": {"code": null, "mark": "mark #89", "product": 195, "series": null, "date_price_updated": "2019-06-08", "price": 4500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 390, "fields": {"code": null, "mark": "mark #90", "product": 195, "series": null, "date_price_updated": "2019-06-08", "price": 9000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 391, "fields": {"code": null, "mark": "mark #91", "product": 196, "series": null, "date_price_updated": "2019-06-08", "price": 4600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 392, "fields": {"code": null, "mark": "mark #92", "product": 196, "series": null, "date_price_updated": "2019-06-08", "price": 9200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 393, "fields": {"code": null, "mark": "mark #93", "product": 197, "series": null, "date_price_updated": "2019-06-08", "price": 4700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 394, "fields": {"code": null, "mark": "mark #94", "product": 197, "series": null, "date_price_updated": "2019-06-08", "price": 9400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 395, "fields": {"code": null, "mark": "mark #95", "product": 198, "series": null, "date_price_updated": "2019-06-08", "price": 4800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 396, "fields": {"code": null, "mark": "mark #96", "product": 198, "series": null, "date_price_updated": "2019-06-08", "price": 9600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 397, "fields": {"code": null, "mark": "mark #97", "product": 199, "series": null, "date_price_updated": "2019-06-08", "price": 4900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 398, "fields": {"code": null, "mark": "mark #98", "product": 199, "series": null, "date_price_updated": "2019-06-08", "price": 9800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 399, "fields": {"code": null, "mark": "mark #99", "product": 200, "series": null, "date_price_updated": "2019-06-08", "price": 5000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 400, "fields": {"code": null, "mark": "mark #100", "product": 200, "series": null, "date_price_updated": "2019-06-08", "price": 10000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 401, "fields": {"code": null, "mark": "mark #1", "product": 201, "series": null, "date_price_updated": "2019-06-08", "price": 100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 402, "fields": {"code": null, "mark": "mark #2", "product": 201, "series": null, "date_price_updated": "2019-06-08", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 403, "fields": {"code": null, "mark": "mark #3", "product": 202, "series": null, "date_price_updated": "2019-06-08", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 404, "fields": {"code": null, "mark": "mark #4", "product": 202, "series": null, "date_price_updated": "2019-06-08", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 405, "fields": {"code": null, "mark": "mark #5", "product": 203, "series": null, "date_price_updated": "2019-06-08", "price": 300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 406, "fields": {"code": null, "mark": "mark #6", "product": 203, "series": null, "date_price_updated": "2019-06-08", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 407, "fields": {"code": null, "mark": "mark #7", "product": 204, "series": null, "date_price_updated": "2019-06-08", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 408, "fields": {"code": null, "mark": "mark #8", "product": 204, "series": null, "date_price_updated": "2019-06-08", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 409, "fields": {"code": null, "mark": "mark #9", "product": 205, "series": null, "date_price_updated": "2019-06-08", "price": 500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 410, "fields": {"code": null, "mark": "mark #10", "product": 205, "series": null, "date_price_updated": "2019-06-08", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 411, "fields": {"code": null, "mark": "mark #11", "product": 206, "series": null, "date_price_updated": "2019-06-08", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 412, "fields": {"code": null, "mark": "mark #12", "product": 206, "series": null, "date_price_updated": "2019-06-08", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 413, "fields": {"code": null, "mark": "mark #13", "product": 207, "series": null, "date_price_updated": "2019-06-08", "price": 700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 414, "fields": {"code": null, "mark": "mark #14", "product": 207, "series": null, "date_price_updated": "2019-06-08", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 415, "fields": {"code": null, "mark": "mark #15", "product": 208, "series": null, "date_price_updated": "2019-06-08", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 416, "fields": {"code": null, "mark": "mark #16", "product": 208, "series": null, "date_price_updated": "2019-06-08", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 417, "fields": {"code": null, "mark": "mark #17", "product": 209, "series": null, "date_price_updated": "2019-06-08", "price": 900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 418, "fields": {"code": null, "mark": "mark #18", "product": 209, "series": null, "date_price_updated": "2019-06-08", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 419, "fields": {"code": null, "mark": "mark #19", "product": 210, "series": null, "date_price_updated": "2019-06-08", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 420, "fields": {"code": null, "mark": "mark #20", "product": 210, "series": null, "date_price_updated": "2019-06-08", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 421, "fields": {"code": null, "mark": "mark #21", "product": 211, "series": null, "date_price_updated": "2019-06-08", "price": 1100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 422, "fields": {"code": null, "mark": "mark #22", "product": 211, "series": null, "date_price_updated": "2019-06-08", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 423, "fields": {"code": null, "mark": "mark #23", "product": 212, "series": null, "date_price_updated": "2019-06-08", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 424, "fields": {"code": null, "mark": "mark #24", "product": 212, "series": null, "date_price_updated": "2019-06-08", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 425, "fields": {"code": null, "mark": "mark #25", "product": 213, "series": null, "date_price_updated": "2019-06-08", "price": 1300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 426, "fields": {"code": null, "mark": "mark #26", "product": 213, "series": null, "date_price_updated": "2019-06-08", "price": 2600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 427, "fields": {"code": null, "mark": "mark #27", "product": 214, "series": null, "date_price_updated": "2019-06-08", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 428, "fields": {"code": null, "mark": "mark #28", "product": 214, "series": null, "date_price_updated": "2019-06-08", "price": 2800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 429, "fields": {"code": null, "mark": "mark #29", "product": 215, "series": null, "date_price_updated": "2019-06-08", "price": 1500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 430, "fields": {"code": null, "mark": "mark #30", "product": 215, "series": null, "date_price_updated": "2019-06-08", "price": 3000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 431, "fields": {"code": null, "mark": "mark #31", "product": 216, "series": null, "date_price_updated": "2019-06-08", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 432, "fields": {"code": null, "mark": "mark #32", "product": 216, "series": null, "date_price_updated": "2019-06-08", "price": 3200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 433, "fields": {"code": null, "mark": "mark #33", "product": 217, "series": null, "date_price_updated": "2019-06-08", "price": 1700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 434, "fields": {"code": null, "mark": "mark #34", "product": 217, "series": null, "date_price_updated": "2019-06-08", "price": 3400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 435, "fields": {"code": null, "mark": "mark #35", "product": 218, "series": null, "date_price_updated": "2019-06-08", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 436, "fields": {"code": null, "mark": "mark #36", "product": 218, "series": null, "date_price_updated": "2019-06-08", "price": 3600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 437, "fields": {"code": null, "mark": "mark #37", "product": 219, "series": null, "date_price_updated": "2019-06-08", "price": 1900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 438, "fields": {"code": null, "mark": "mark #38", "product": 219, "series": null, "date_price_updated": "2019-06-08", "price": 3800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 439, "fields": {"code": null, "mark": "mark #39", "product": 220, "series": null, "date_price_updated": "2019-06-08", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 440, "fields": {"code": null, "mark": "mark #40", "product": 220, "series": null, "date_price_updated": "2019-06-08", "price": 4000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 441, "fields": {"code": null, "mark": "mark #41", "product": 221, "series": null, "date_price_updated": "2019-06-08", "price": 2100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 442, "fields": {"code": null, "mark": "mark #42", "product": 221, "series": null, "date_price_updated": "2019-06-08", "price": 4200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 443, "fields": {"code": null, "mark": "mark #43", "product": 222, "series": null, "date_price_updated": "2019-06-08", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 444, "fields": {"code": null, "mark": "mark #44", "product": 222, "series": null, "date_price_updated": "2019-06-08", "price": 4400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 445, "fields": {"code": null, "mark": "mark #45", "product": 223, "series": null, "date_price_updated": "2019-06-08", "price": 2300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 446, "fields": {"code": null, "mark": "mark #46", "product": 223, "series": null, "date_price_updated": "2019-06-08", "price": 4600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 447, "fields": {"code": null, "mark": "mark #47", "product": 224, "series": null, "date_price_updated": "2019-06-08", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 448, "fields": {"code": null, "mark": "mark #48", "product": 224, "series": null, "date_price_updated": "2019-06-08", "price": 4800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 449, "fields": {"code": null, "mark": "mark #49", "product": 225, "series": null, "date_price_updated": "2019-06-08", "price": 2500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 450, "fields": {"code": null, "mark": "mark #50", "product": 225, "series": null, "date_price_updated": "2019-06-08", "price": 5000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 451, "fields": {"code": null, "mark": "mark #51", "product": 226, "series": null, "date_price_updated": "2019-06-08", "price": 2600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 452, "fields": {"code": null, "mark": "mark #52", "product": 226, "series": null, "date_price_updated": "2019-06-08", "price": 5200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 453, "fields": {"code": null, "mark": "mark #53", "product": 227, "series": null, "date_price_updated": "2019-06-08", "price": 2700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 454, "fields": {"code": null, "mark": "mark #54", "product": 227, "series": null, "date_price_updated": "2019-06-08", "price": 5400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 455, "fields": {"code": null, "mark": "mark #55", "product": 228, "series": null, "date_price_updated": "2019-06-08", "price": 2800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 456, "fields": {"code": null, "mark": "mark #56", "product": 228, "series": null, "date_price_updated": "2019-06-08", "price": 5600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 457, "fields": {"code": null, "mark": "mark #57", "product": 229, "series": null, "date_price_updated": "2019-06-08", "price": 2900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 458, "fields": {"code": null, "mark": "mark #58", "product": 229, "series": null, "date_price_updated": "2019-06-08", "price": 5800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 459, "fields": {"code": null, "mark": "mark #59", "product": 230, "series": null, "date_price_updated": "2019-06-08", "price": 3000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 460, "fields": {"code": null, "mark": "mark #60", "product": 230, "series": null, "date_price_updated": "2019-06-08", "price": 6000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 461, "fields": {"code": null, "mark": "mark #61", "product": 231, "series": null, "date_price_updated": "2019-06-08", "price": 3100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 462, "fields": {"code": null, "mark": "mark #62", "product": 231, "series": null, "date_price_updated": "2019-06-08", "price": 6200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 463, "fields": {"code": null, "mark": "mark #63", "product": 232, "series": null, "date_price_updated": "2019-06-08", "price": 3200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 464, "fields": {"code": null, "mark": "mark #64", "product": 232, "series": null, "date_price_updated": "2019-06-08", "price": 6400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 465, "fields": {"code": null, "mark": "mark #65", "product": 233, "series": null, "date_price_updated": "2019-06-08", "price": 3300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 466, "fields": {"code": null, "mark": "mark #66", "product": 233, "series": null, "date_price_updated": "2019-06-08", "price": 6600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 467, "fields": {"code": null, "mark": "mark #67", "product": 234, "series": null, "date_price_updated": "2019-06-08", "price": 3400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 468, "fields": {"code": null, "mark": "mark #68", "product": 234, "series": null, "date_price_updated": "2019-06-08", "price": 6800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 469, "fields": {"code": null, "mark": "mark #69", "product": 235, "series": null, "date_price_updated": "2019-06-08", "price": 3500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 470, "fields": {"code": null, "mark": "mark #70", "product": 235, "series": null, "date_price_updated": "2019-06-08", "price": 7000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 471, "fields": {"code": null, "mark": "mark #71", "product": 236, "series": null, "date_price_updated": "2019-06-08", "price": 3600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 472, "fields": {"code": null, "mark": "mark #72", "product": 236, "series": null, "date_price_updated": "2019-06-08", "price": 7200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 473, "fields": {"code": null, "mark": "mark #73", "product": 237, "series": null, "date_price_updated": "2019-06-08", "price": 3700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 474, "fields": {"code": null, "mark": "mark #74", "product": 237, "series": null, "date_price_updated": "2019-06-08", "price": 7400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 475, "fields": {"code": null, "mark": "mark #75", "product": 238, "series": null, "date_price_updated": "2019-06-08", "price": 3800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 476, "fields": {"code": null, "mark": "mark #76", "product": 238, "series": null, "date_price_updated": "2019-06-08", "price": 7600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 477, "fields": {"code": null, "mark": "mark #77", "product": 239, "series": null, "date_price_updated": "2019-06-08", "price": 3900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 478, "fields": {"code": null, "mark": "mark #78", "product": 239, "series": null, "date_price_updated": "2019-06-08", "price": 7800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 479, "fields": {"code": null, "mark": "mark #79", "product": 240, "series": null, "date_price_updated": "2019-06-08", "price": 4000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 480, "fields": {"code": null, "mark": "mark #80", "product": 240, "series": null, "date_price_updated": "2019-06-08", "price": 8000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 481, "fields": {"code": null, "mark": "mark #81", "product": 241, "series": null, "date_price_updated": "2019-06-08", "price": 4100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 482, "fields": {"code": null, "mark": "mark #82", "product": 241, "series": null, "date_price_updated": "2019-06-08", "price": 8200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 483, "fields": {"code": null, "mark": "mark #83", "product": 242, "series": null, "date_price_updated": "2019-06-08", "price": 4200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 484, "fields": {"code": null, "mark": "mark #84", "product": 242, "series": null, "date_price_updated": "2019-06-08", "price": 8400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 485, "fields": {"code": null, "mark": "mark #85", "product": 243, "series": null, "date_price_updated": "2019-06-08", "price": 4300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 486, "fields": {"code": null, "mark": "mark #86", "product": 243, "series": null, "date_price_updated": "2019-06-08", "price": 8600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 487, "fields": {"code": null, "mark": "mark #87", "product": 244, "series": null, "date_price_updated": "2019-06-08", "price": 4400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 488, "fields": {"code": null, "mark": "mark #88", "product": 244, "series": null, "date_price_updated": "2019-06-08", "price": 8800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 489, "fields": {"code": null, "mark": "mark #89", "product": 245, "series": null, "date_price_updated": "2019-06-08", "price": 4500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 490, "fields": {"code": null, "mark": "mark #90", "product": 245, "series": null, "date_price_updated": "2019-06-08", "price": 9000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 491, "fields": {"code": null, "mark": "mark #91", "product": 246, "series": null, "date_price_updated": "2019-06-08", "price": 4600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 492, "fields": {"code": null, "mark": "mark #92", "product": 246, "series": null, "date_price_updated": "2019-06-08", "price": 9200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 493, "fields": {"code": null, "mark": "mark #93", "product": 247, "series": null, "date_price_updated": "2019-06-08", "price": 4700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 494, "fields": {"code": null, "mark": "mark #94", "product": 247, "series": null, "date_price_updated": "2019-06-08", "price": 9400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 495, "fields": {"code": null, "mark": "mark #95", "product": 248, "series": null, "date_price_updated": "2019-06-08", "price": 4800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 496, "fields": {"code": null, "mark": "mark #96", "product": 248, "series": null, "date_price_updated": "2019-06-08", "price": 9600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 497, "fields": {"code": null, "mark": "mark #97", "product": 249, "series": null, "date_price_updated": "2019-06-08", "price": 4900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 498, "fields": {"code": null, "mark": "mark #98", "product": 249, "series": null, "date_price_updated": "2019-06-08", "price": 9800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 499, "fields": {"code": null, "mark": "mark #99", "product": 250, "series": null, "date_price_updated": "2019-06-08", "price": 5000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 500, "fields": {"code": null, "mark": "mark #100", "product": 250, "series": null, "date_price_updated": "2019-06-08", "price": 10000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 501, "fields": {"code": null, "mark": "mark #1", "product": 251, "series": null, "date_price_updated": "2019-06-08", "price": 100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 502, "fields": {"code": null, "mark": "mark #2", "product": 251, "series": null, "date_price_updated": "2019-06-08", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 503, "fields": {"code": null, "mark": "mark #3", "product": 252, "series": null, "date_price_updated": "2019-06-08", "price": 200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 504, "fields": {"code": null, "mark": "mark #4", "product": 252, "series": null, "date_price_updated": "2019-06-08", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 505, "fields": {"code": null, "mark": "mark #5", "product": 253, "series": null, "date_price_updated": "2019-06-08", "price": 300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 506, "fields": {"code": null, "mark": "mark #6", "product": 253, "series": null, "date_price_updated": "2019-06-08", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 507, "fields": {"code": null, "mark": "mark #7", "product": 254, "series": null, "date_price_updated": "2019-06-08", "price": 400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 508, "fields": {"code": null, "mark": "mark #8", "product": 254, "series": null, "date_price_updated": "2019-06-08", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 509, "fields": {"code": null, "mark": "mark #9", "product": 255, "series": null, "date_price_updated": "2019-06-08", "price": 500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 510, "fields": {"code": null, "mark": "mark #10", "product": 255, "series": null, "date_price_updated": "2019-06-08", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 511, "fields": {"code": null, "mark": "mark #11", "product": 256, "series": null, "date_price_updated": "2019-06-08", "price": 600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 512, "fields": {"code": null, "mark": "mark #12", "product": 256, "series": null, "date_price_updated": "2019-06-08", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 513, "fields": {"code": null, "mark": "mark #13", "product": 257, "series": null, "date_price_updated": "2019-06-08", "price": 700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 514, "fields": {"code": null, "mark": "mark #14", "product": 257, "series": null, "date_price_updated": "2019-06-08", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 515, "fields": {"code": null, "mark": "mark #15", "product": 258, "series": null, "date_price_updated": "2019-06-08", "price": 800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 516, "fields": {"code": null, "mark": "mark #16", "product": 258, "series": null, "date_price_updated": "2019-06-08", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 517, "fields": {"code": null, "mark": "mark #17", "product": 259, "series": null, "date_price_updated": "2019-06-08", "price": 900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 518, "fields": {"code": null, "mark": "mark #18", "product": 259, "series": null, "date_price_updated": "2019-06-08", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 519, "fields": {"code": null, "mark": "mark #19", "product": 260, "series": null, "date_price_updated": "2019-06-08", "price": 1000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 520, "fields": {"code": null, "mark": "mark #20", "product": 260, "series": null, "date_price_updated": "2019-06-08", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 521, "fields": {"code": null, "mark": "mark #21", "product": 261, "series": null, "date_price_updated": "2019-06-08", "price": 1100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 522, "fields": {"code": null, "mark": "mark #22", "product": 261, "series": null, "date_price_updated": "2019-06-08", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 523, "fields": {"code": null, "mark": "mark #23", "product": 262, "series": null, "date_price_updated": "2019-06-08", "price": 1200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 524, "fields": {"code": null, "mark": "mark #24", "product": 262, "series": null, "date_price_updated": "2019-06-08", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 525, "fields": {"code": null, "mark": "mark #25", "product": 263, "series": null, "date_price_updated": "2019-06-08", "price": 1300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 526, "fields": {"code": null, "mark": "mark #26", "product": 263, "series": null, "date_price_updated": "2019-06-08", "price": 2600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 527, "fields": {"code": null, "mark": "mark #27", "product": 264, "series": null, "date_price_updated": "2019-06-08", "price": 1400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 528, "fields": {"code": null, "mark": "mark #28", "product": 264, "series": null, "date_price_updated": "2019-06-08", "price": 2800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 529, "fields": {"code": null, "mark": "mark #29", "product": 265, "series": null, "date_price_updated": "2019-06-08", "price": 1500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 530, "fields": {"code": null, "mark": "mark #30", "product": 265, "series": null, "date_price_updated": "2019-06-08", "price": 3000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 531, "fields": {"code": null, "mark": "mark #31", "product": 266, "series": null, "date_price_updated": "2019-06-08", "price": 1600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 532, "fields": {"code": null, "mark": "mark #32", "product": 266, "series": null, "date_price_updated": "2019-06-08", "price": 3200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 533, "fields": {"code": null, "mark": "mark #33", "product": 267, "series": null, "date_price_updated": "2019-06-08", "price": 1700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 534, "fields": {"code": null, "mark": "mark #34", "product": 267, "series": null, "date_price_updated": "2019-06-08", "price": 3400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 535, "fields": {"code": null, "mark": "mark #35", "product": 268, "series": null, "date_price_updated": "2019-06-08", "price": 1800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 536, "fields": {"code": null, "mark": "mark #36", "product": 268, "series": null, "date_price_updated": "2019-06-08", "price": 3600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 537, "fields": {"code": null, "mark": "mark #37", "product": 269, "series": null, "date_price_updated": "2019-06-08", "price": 1900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 538, "fields": {"code": null, "mark": "mark #38", "product": 269, "series": null, "date_price_updated": "2019-06-08", "price": 3800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 539, "fields": {"code": null, "mark": "mark #39", "product": 270, "series": null, "date_price_updated": "2019-06-08", "price": 2000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 540, "fields": {"code": null, "mark": "mark #40", "product": 270, "series": null, "date_price_updated": "2019-06-08", "price": 4000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 541, "fields": {"code": null, "mark": "mark #41", "product": 271, "series": null, "date_price_updated": "2019-06-08", "price": 2100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 542, "fields": {"code": null, "mark": "mark #42", "product": 271, "series": null, "date_price_updated": "2019-06-08", "price": 4200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 543, "fields": {"code": null, "mark": "mark #43", "product": 272, "series": null, "date_price_updated": "2019-06-08", "price": 2200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 544, "fields": {"code": null, "mark": "mark #44", "product": 272, "series": null, "date_price_updated": "2019-06-08", "price": 4400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 545, "fields": {"code": null, "mark": "mark #45", "product": 273, "series": null, "date_price_updated": "2019-06-08", "price": 2300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 546, "fields": {"code": null, "mark": "mark #46", "product": 273, "series": null, "date_price_updated": "2019-06-08", "price": 4600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 547, "fields": {"code": null, "mark": "mark #47", "product": 274, "series": null, "date_price_updated": "2019-06-08", "price": 2400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 548, "fields": {"code": null, "mark": "mark #48", "product": 274, "series": null, "date_price_updated": "2019-06-08", "price": 4800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 549, "fields": {"code": null, "mark": "mark #49", "product": 275, "series": null, "date_price_updated": "2019-06-08", "price": 2500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 550, "fields": {"code": null, "mark": "mark #50", "product": 275, "series": null, "date_price_updated": "2019-06-08", "price": 5000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 551, "fields": {"code": null, "mark": "mark #51", "product": 276, "series": null, "date_price_updated": "2019-06-08", "price": 2600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 552, "fields": {"code": null, "mark": "mark #52", "product": 276, "series": null, "date_price_updated": "2019-06-08", "price": 5200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 553, "fields": {"code": null, "mark": "mark #53", "product": 277, "series": null, "date_price_updated": "2019-06-08", "price": 2700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 554, "fields": {"code": null, "mark": "mark #54", "product": 277, "series": null, "date_price_updated": "2019-06-08", "price": 5400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 555, "fields": {"code": null, "mark": "mark #55", "product": 278, "series": null, "date_price_updated": "2019-06-08", "price": 2800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 556, "fields": {"code": null, "mark": "mark #56", "product": 278, "series": null, "date_price_updated": "2019-06-08", "price": 5600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 557, "fields": {"code": null, "mark": "mark #57", "product": 279, "series": null, "date_price_updated": "2019-06-08", "price": 2900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 558, "fields": {"code": null, "mark": "mark #58", "product": 279, "series": null, "date_price_updated": "2019-06-08", "price": 5800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 559, "fields": {"code": null, "mark": "mark #59", "product": 280, "series": null, "date_price_updated": "2019-06-08", "price": 3000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 560, "fields": {"code": null, "mark": "mark #60", "product": 280, "series": null, "date_price_updated": "2019-06-08", "price": 6000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 561, "fields": {"code": null, "mark": "mark #61", "product": 281, "series": null, "date_price_updated": "2019-06-08", "price": 3100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 562, "fields": {"code": null, "mark": "mark #62", "product": 281, "series": null, "date_price_updated": "2019-06-08", "price": 6200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 563, "fields": {"code": null, "mark": "mark #63", "product": 282, "series": null, "date_price_updated": "2019-06-08", "price": 3200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 564, "fields": {"code": null, "mark": "mark #64", "product": 282, "series": null, "date_price_updated": "2019-06-08", "price": 6400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 565, "fields": {"code": null, "mark": "mark #65", "product": 283, "series": null, "date_price_updated": "2019-06-08", "price": 3300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 566, "fields": {"code": null, "mark": "mark #66", "product": 283, "series": null, "date_price_updated": "2019-06-08", "price": 6600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 567, "fields": {"code": null, "mark": "mark #67", "product": 284, "series": null, "date_price_updated": "2019-06-08", "price": 3400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 568, "fields": {"code": null, "mark": "mark #68", "product": 284, "series": null, "date_price_updated": "2019-06-08", "price": 6800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 569, "fields": {"code": null, "mark": "mark #69", "product": 285, "series": null, "date_price_updated": "2019-06-08", "price": 3500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 570, "fields": {"code": null, "mark": "mark #70", "product": 285, "series": null, "date_price_updated": "2019-06-08", "price": 7000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 571, "fields": {"code": null, "mark": "mark #71", "product": 286, "series": null, "date_price_updated": "2019-06-08", "price": 3600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 572, "fields": {"code": null, "mark": "mark #72", "product": 286, "series": null, "date_price_updated": "2019-06-08", "price": 7200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 573, "fields": {"code": null, "mark": "mark #73", "product": 287, "series": null, "date_price_updated": "2019-06-08", "price": 3700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 574, "fields": {"code": null, "mark": "mark #74", "product": 287, "series": null, "date_price_updated": "2019-06-08", "price": 7400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 575, "fields": {"code": null, "mark": "mark #75", "product": 288, "series": null, "date_price_updated": "2019-06-08", "price": 3800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 576, "fields": {"code": null, "mark": "mark #76", "product": 288, "series": null, "date_price_updated": "2019-06-08", "price": 7600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 577, "fields": {"code": null, "mark": "mark #77", "product": 289, "series": null, "date_price_updated": "2019-06-08", "price": 3900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 578, "fields": {"code": null, "mark": "mark #78", "product": 289, "series": null, "date_price_updated": "2019-06-08", "price": 7800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 579, "fields": {"code": null, "mark": "mark #79", "product": 290, "series": null, "date_price_updated": "2019-06-08", "price": 4000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 580, "fields": {"code": null, "mark": "mark #80", "product": 290, "series": null, "date_price_updated": "2019-06-08", "price": 8000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 581, "fields": {"code": null, "mark": "mark #81", "product": 291, "series": null, "date_price_updated": "2019-06-08", "price": 4100.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 582, "fields": {"code": null, "mark": "mark #82", "product": 291, "series": null, "date_price_updated": "2019-06-08", "price": 8200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 583, "fields": {"code": null, "mark": "mark #83", "product": 292, "series": null, "date_price_updated": "2019-06-08", "price": 4200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 584, "fields": {"code": null, "mark": "mark #84", "product": 292, "series": null, "date_price_updated": "2019-06-08", "price": 8400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 585, "fields": {"code": null, "mark": "mark #85", "product": 293, "series": null, "date_price_updated": "2019-06-08", "price": 4300.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 586, "fields": {"code": null, "mark": "mark #86", "product": 293, "series": null, "date_price_updated": "2019-06-08", "price": 8600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 587, "fields": {"code": null, "mark": "mark #87", "product": 294, "series": null, "date_price_updated": "2019-06-08", "price": 4400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 588, "fields": {"code": null, "mark": "mark #88", "product": 294, "series": null, "date_price_updated": "2019-06-08", "price": 8800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 589, "fields": {"code": null, "mark": "mark #89", "product": 295, "series": null, "date_price_updated": "2019-06-08", "price": 4500.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 590, "fields": {"code": null, "mark": "mark #90", "product": 295, "series": null, "date_price_updated": "2019-06-08", "price": 9000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 591, "fields": {"code": null, "mark": "mark #91", "product": 296, "series": null, "date_price_updated": "2019-06-08", "price": 4600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 592, "fields": {"code": null, "mark": "mark #92", "product": 296, "series": null, "date_price_updated": "2019-06-08", "price": 9200.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 593, "fields": {"code": null, "mark": "mark #93", "product": 297, "series": null, "date_price_updated": "2019-06-08", "price": 4700.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 594, "fields": {"code": null, "mark": "mark #94", "product": 297, "series": null, "date_price_updated": "2019-06-08", "price": 9400.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 595, "fields": {"code": null, "mark": "mark #95", "product": 298, "series": null, "date_price_updated": "2019-06-08", "price": 4800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 596, "fields": {"code": null, "mark": "mark #96", "product": 298, "series": null, "date_price_updated": "2019-06-08", "price": 9600.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 597, "fields": {"code": null, "mark": "mark #97", "product": 299, "series": null, "date_price_updated": "2019-06-08", "price": 4900.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 598, "fields": {"code": null, "mark": "mark #98", "product": 299, "series": null, "date_price_updated": "2019-06-08", "price": 9800.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 599, "fields": {"code": null, "mark": "mark #99", "product": 300, "series": null, "date_price_updated": "2019-06-08", "price": 5000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.option", "pk": 600, "fields": {"code": null, "mark": "mark #100", "product": 300, "series": null, "date_price_updated": "2019-06-08", "price": 10000.0, "in_stock": 0, "is_popular": false, "tags": [2, 4]}}, {"model": "stroyprombeton.product", "pk": 1, "fields": {"page": 77, "name": "Product #1 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 2, "fields": {"page": 78, "name": "Product #2 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 3, "fields": {"page": 79, "name": "Product #3 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 4, "fields": {"page": 80, "name": "Product #4 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 5, "fields": {"page": 81, "name": "Product #5 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 6, "fields": {"page": 82, "name": "Product #6 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 7, "fields": {"page": 83, "name": "Product #7 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 8, "fields": {"page": 84, "name": "Product #8 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 9, "fields": {"page": 85, "name": "Product #9 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 10, "fields": {"page": 86, "name": "Product #10 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 11, "fields": {"page": 87, "name": "Product #11 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 12, "fields": {"page": 88, "name": "Product #12 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 13, "fields": {"page": 89, "name": "Product #13 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 14, "fields": {"page": 90, "name": "Product #14 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 15, "fields": {"page": 91, "name": "Product #15 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 16, "fields": {"page": 92, "name": "Product #16 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 17, "fields": {"page": 93, "name": "Product #17 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 18, "fields": {"page": 94, "name": "Product #18 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 19, "fields": {"page": 95, "name": "Product #19 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 20, "fields": {"page": 96, "name": "Product #20 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 21, "fields": {"page": 97, "name": "Product #21 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 22, "fields": {"page": 98, "name": "Product #22 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 23, "fields": {"page": 99, "name": "Product #23 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 24, "fields": {"page": 100, "name": "Product #24 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 25, "fields": {"page": 101, "name": "Product #25 of Category #1 of #42", "category": 50, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 26, "fields": {"page": 102, "name": "Product #1 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 27, "fields": {"page": 103, "name": "Product #2 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 28, "fields": {"page": 104, "name": "Product #3 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 29, "fields": {"page": 105, "name": "Product #4 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 30, "fields": {"page": 106, "name": "Product #5 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 31, "fields": {"page": 107, "name": "Product #6 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 32, "fields": {"page": 108, "name": "Product #7 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 33, "fields": {"page": 109, "name": "Product #8 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 34, "fields": {"page": 110, "name": "Product #9 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 35, "fields": {"page": 111, "name": "Product #10 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 36, "fields": {"page": 112, "name": "Product #11 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 37, "fields": {"page": 113, "name": "Product #12 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 38, "fields": {"page": 114, "name": "Product #13 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 39, "fields": {"page": 115, "name": "Product #14 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 40, "fields": {"page": 116, "name": "Product #15 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 41, "fields": {"page": 117, "name": "Product #16 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 42, "fields": {"page": 118, "name": "Product #17 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 43, "fields": {"page": 119, "name": "Product #18 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 44, "fields": {"page": 120, "name": "Product #19 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 45, "fields": {"page": 121, "name": "Product #20 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 46, "fields": {"page": 122, "name": "Product #21 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 47, "fields": {"page": 123, "name": "Product #22 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 48, "fields": {"page": 124, "name": "Product #23 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 49, "fields": {"page": 125, "name": "Product #24 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 50, "fields": {"page": 126, "name": "Product #25 of Category #1 of #43", "category": 51, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 51, "fields": {"page": 127, "name": "Product #1 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 52, "fields": {"page": 128, "name": "Product #2 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 53, "fields": {"page": 129, "name": "Product #3 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 54, "fields": {"page": 130, "name": "Product #4 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 55, "fields": {"page": 131, "name": "Product #5 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 56, "fields": {"page": 132, "name": "Product #6 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 57, "fields": {"page": 133, "name": "Product #7 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 58, "fields": {"page": 134, "name": "Product #8 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 59, "fields": {"page": 135, "name": "Product #9 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 60, "fields": {"page": 136, "name": "Product #10 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 61, "fields": {"page": 137, "name": "Product #11 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 62, "fields": {"page": 138, "name": "Product #12 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 63, "fields": {"page": 139, "name": "Product #13 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 64, "fields": {"page": 140, "name": "Product #14 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 65, "fields": {"page": 141, "name": "Product #15 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 66, "fields": {"page": 142, "name": "Product #16 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 67, "fields": {"page": 143, "name": "Product #17 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 68, "fields": {"page": 144, "name": "Product #18 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 69, "fields": {"page": 145, "name": "Product #19 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 70, "fields": {"page": 146, "name": "Product #20 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 71, "fields": {"page": 147, "name": "Product #21 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 72, "fields": {"page": 148, "name": "Product #22 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 73, "fields": {"page": 149, "name": "Product #23 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 74, "fields": {"page": 150, "name": "Product #24 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 75, "fields": {"page": 151, "name": "Product #25 of Category #1 of #44", "category": 52, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 76, "fields": {"page": 152, "name": "Product #1 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 77, "fields": {"page": 153, "name": "Product #2 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 78, "fields": {"page": 154, "name": "Product #3 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 79, "fields": {"page": 155, "name": "Product #4 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 80, "fields": {"page": 156, "name": "Product #5 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 81, "fields": {"page": 157, "name": "Product #6 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 82, "fields": {"page": 158, "name": "Product #7 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 83, "fields": {"page": 159, "name": "Product #8 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 84, "fields": {"page": 160, "name": "Product #9 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 85, "fields": {"page": 161, "name": "Product #10 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 86, "fields": {"page": 162, "name": "Product #11 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 87, "fields": {"page": 163, "name": "Product #12 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 88, "fields": {"page": 164, "name": "Product #13 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 89, "fields": {"page": 165, "name": "Product #14 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 90, "fields": {"page": 166, "name": "Product #15 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 91, "fields": {"page": 167, "name": "Product #16 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 92, "fields": {"page": 168, "name": "Product #17 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 93, "fields": {"page": 169, "name": "Product #18 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 94, "fields": {"page": 170, "name": "Product #19 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 95, "fields": {"page": 171, "name": "Product #20 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 96, "fields": {"page": 172, "name": "Product #21 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 97, "fields": {"page": 173, "name": "Product #22 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 98, "fields": {"page": 174, "name": "Product #23 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 99, "fields": {"page": 175, "name": "Product #24 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 100, "fields": {"page": 176, "name": "Product #25 of Category #1 of #41", "category": 49, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 101, "fields": {"page": 177, "name": "Product #1 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 102, "fields": {"page": 178, "name": "Product #2 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 103, "fields": {"page": 179, "name": "Product #3 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 104, "fields": {"page": 180, "name": "Product #4 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 105, "fields": {"page": 181, "name": "Product #5 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 106, "fields": {"page": 182, "name": "Product #6 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 107, "fields": {"page": 183, "name": "Product #7 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 108, "fields": {"page": 184, "name": "Product #8 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 109, "fields": {"page": 185, "name": "Product #9 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 110, "fields": {"page": 186, "name": "Product #10 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 111, "fields": {"page": 187, "name": "Product #11 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 112, "fields": {"page": 188, "name": "Product #12 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 113, "fields": {"page": 189, "name": "Product #13 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 114, "fields": {"page": 190, "name": "Product #14 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 115, "fields": {"page": 191, "name": "Product #15 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 116, "fields": {"page": 192, "name": "Product #16 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 117, "fields": {"page": 193, "name": "Product #17 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 118, "fields": {"page": 194, "name": "Product #18 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 119, "fields": {"page": 195, "name": "Product #19 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 120, "fields": {"page": 196, "name": "Product #20 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 121, "fields": {"page": 197, "name": "Product #21 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 122, "fields": {"page": 198, "name": "Product #22 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 123, "fields": {"page": 199, "name": "Product #23 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 124, "fields": {"page": 200, "name": "Product #24 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 125, "fields": {"page": 201, "name": "Product #25 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 126, "fields": {"page": 202, "name": "Product #26 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 127, "fields": {"page": 203, "name": "Product #27 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 128, "fields": {"page": 204, "name": "Product #28 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 129, "fields": {"page": 205, "name": "Product #29 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 130, "fields": {"page": 206, "name": "Product #30 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 131, "fields": {"page": 207, "name": "Product #31 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 132, "fields": {"page": 208, "name": "Product #32 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 133, "fields": {"page": 209, "name": "Product #33 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 134, "fields": {"page": 210, "name": "Product #34 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 135, "fields": {"page": 211, "name": "Product #35 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 136, "fields": {"page": 212, "name": "Product #36 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 137, "fields": {"page": 213, "name": "Product #37 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 138, "fields": {"page": 214, "name": "Product #38 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 139, "fields": {"page": 215, "name": "Product #39 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 140, "fields": {"page": 216, "name": "Product #40 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 141, "fields": {"page": 217, "name": "Product #41 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 142, "fields": {"page": 218, "name": "Product #42 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 143, "fields": {"page": 219, "name": "Product #43 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 144, "fields": {"page": 220, "name": "Product #44 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 145, "fields": {"page": 221, "name": "Product #45 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 146, "fields": {"page": 222, "name": "Product #46 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 147, "fields": {"page": 223, "name": "Product #47 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 148, "fields": {"page": 224, "name": "Product #48 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 149, "fields": {"page": 225, "name": "Product #49 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 150, "fields": {"page": 226, "name": "Product #50 of Category #0 of #41", "category": 45, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 151, "fields": {"page": 227, "name": "Product #1 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 152, "fields": {"page": 228, "name": "Product #2 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 153, "fields": {"page": 229, "name": "Product #3 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 154, "fields": {"page": 230, "name": "Product #4 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 155, "fields": {"page": 231, "name": "Product #5 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 156, "fields": {"page": 232, "name": "Product #6 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 157, "fields": {"page": 233, "name": "Product #7 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 158, "fields": {"page": 234, "name": "Product #8 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 159, "fields": {"page": 235, "name": "Product #9 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 160, "fields": {"page": 236, "name": "Product #10 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 161, "fields": {"page": 237, "name": "Product #11 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 162, "fields": {"page": 238, "name": "Product #12 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 163, "fields": {"page": 239, "name": "Product #13 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 164, "fields": {"page": 240, "name": "Product #14 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 165, "fields": {"page": 241, "name": "Product #15 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 166, "fields": {"page": 242, "name": "Product #16 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 167, "fields": {"page": 243, "name": "Product #17 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 168, "fields": {"page": 244, "name": "Product #18 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 169, "fields": {"page": 245, "name": "Product #19 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 170, "fields": {"page": 246, "name": "Product #20 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 171, "fields": {"page": 247, "name": "Product #21 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 172, "fields": {"page": 248, "name": "Product #22 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 173, "fields": {"page": 249, "name": "Product #23 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 174, "fields": {"page": 250, "name": "Product #24 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 175, "fields": {"page": 251, "name": "Product #25 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 176, "fields": {"page": 252, "name": "Product #26 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 177, "fields": {"page": 253, "name": "Product #27 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 178, "fields": {"page": 254, "name": "Product #28 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 179, "fields": {"page": 255, "name": "Product #29 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 180, "fields": {"page": 256, "name": "Product #30 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 181, "fields": {"page": 257, "name": "Product #31 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 182, "fields": {"page": 258, "name": "Product #32 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 183, "fields": {"page": 259, "name": "Product #33 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 184, "fields": {"page": 260, "name": "Product #34 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 185, "fields": {"page": 261, "name": "Product #35 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 186, "fields": {"page": 262, "name": "Product #36 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 187, "fields": {"page": 263, "name": "Product #37 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 188, "fields": {"page": 264, "name": "Product #38 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 189, "fields": {"page": 265, "name": "Product #39 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 190, "fields": {"page": 266, "name": "Product #40 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 191, "fields": {"page": 267, "name": "Product #41 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 192, "fields": {"page": 268, "name": "Product #42 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 193, "fields": {"page": 269, "name": "Product #43 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 194, "fields": {"page": 270, "name": "Product #44 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 195, "fields": {"page": 271, "name": "Product #45 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 196, "fields": {"page": 272, "name": "Product #46 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 197, "fields": {"page": 273, "name": "Product #47 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 198, "fields": {"page": 274, "name": "Product #48 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 199, "fields": {"page": 275, "name": "Product #49 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 200, "fields": {"page": 276, "name": "Product #50 of Category #0 of #42", "category": 46, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 201, "fields": {"page": 277, "name": "Product #1 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 202, "fields": {"page": 278, "name": "Product #2 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 203, "fields": {"page": 279, "name": "Product #3 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 204, "fields": {"page": 280, "name": "Product #4 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 205, "fields": {"page": 281, "name": "Product #5 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 206, "fields": {"page": 282, "name": "Product #6 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 207, "fields": {"page": 283, "name": "Product #7 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 208, "fields": {"page": 284, "name": "Product #8 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 209, "fields": {"page": 285, "name": "Product #9 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 210, "fields": {"page": 286, "name": "Product #10 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 211, "fields": {"page": 287, "name": "Product #11 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 212, "fields": {"page": 288, "name": "Product #12 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 213, "fields": {"page": 289, "name": "Product #13 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 214, "fields": {"page": 290, "name": "Product #14 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 215, "fields": {"page": 291, "name": "Product #15 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 216, "fields": {"page": 292, "name": "Product #16 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 217, "fields": {"page": 293, "name": "Product #17 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 218, "fields": {"page": 294, "name": "Product #18 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 219, "fields": {"page": 295, "name": "Product #19 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 220, "fields": {"page": 296, "name": "Product #20 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 221, "fields": {"page": 297, "name": "Product #21 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 222, "fields": {"page": 298, "name": "Product #22 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 223, "fields": {"page": 299, "name": "Product #23 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 224, "fields": {"page": 300, "name": "Product #24 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 225, "fields": {"page": 301, "name": "Product #25 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 226, "fields": {"page": 302, "name": "Product #26 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 227, "fields": {"page": 303, "name": "Product #27 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 228, "fields": {"page": 304, "name": "Product #28 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 229, "fields": {"page": 305, "name": "Product #29 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 230, "fields": {"page": 306, "name": "Product #30 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 231, "fields": {"page": 307, "name": "Product #31 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 232, "fields": {"page": 308, "name": "Product #32 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 233, "fields": {"page": 309, "name": "Product #33 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 234, "fields": {"page": 310, "name": "Product #34 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 235, "fields": {"page": 311, "name": "Product #35 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 236, "fields": {"page": 312, "name": "Product #36 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 237, "fields": {"page": 313, "name": "Product #37 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 238, "fields": {"page": 314, "name": "Product #38 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 239, "fields": {"page": 315, "name": "Product #39 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 240, "fields": {"page": 316, "name": "Product #40 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 241, "fields": {"page": 317, "name": "Product #41 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 242, "fields": {"page": 318, "name": "Product #42 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 243, "fields": {"page": 319, "name": "Product #43 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 244, "fields": {"page": 320, "name": "Product #44 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 245, "fields": {"page": 321, "name": "Product #45 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 246, "fields": {"page": 322, "name": "Product #46 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 247, "fields": {"page": 323, "name": "Product #47 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 248, "fields": {"page": 324, "name": "Product #48 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 249, "fields": {"page": 325, "name": "Product #49 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 250, "fields": {"page": 326, "name": "Product #50 of Category #0 of #43", "category": 47, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 251, "fields": {"page": 327, "name": "Product #1 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 252, "fields": {"page": 328, "name": "Product #2 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 253, "fields": {"page": 329, "name": "Product #3 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 254, "fields": {"page": 330, "name": "Product #4 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 255, "fields": {"page": 331, "name": "Product #5 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 256, "fields": {"page": 332, "name": "Product #6 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 257, "fields": {"page": 333, "name": "Product #7 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 258, "fields": {"page": 334, "name": "Product #8 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 259, "fields": {"page": 335, "name": "Product #9 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 260, "fields": {"page": 336, "name": "Product #10 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 261, "fields": {"page": 337, "name": "Product #11 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 262, "fields": {"page": 338, "name": "Product #12 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 263, "fields": {"page": 339, "name": "Product #13 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 264, "fields": {"page": 340, "name": "Product #14 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 265, "fields": {"page": 341, "name": "Product #15 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 266, "fields": {"page": 342, "name": "Product #16 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 267, "fields": {"page": 343, "name": "Product #17 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 268, "fields": {"page": 344, "name": "Product #18 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 269, "fields": {"page": 345, "name": "Product #19 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 270, "fields": {"page": 346, "name": "Product #20 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 271, "fields": {"page": 347, "name": "Product #21 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 272, "fields": {"page": 348, "name": "Product #22 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 273, "fields": {"page": 349, "name": "Product #23 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 274, "fields": {"page": 350, "name": "Product #24 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 275, "fields": {"page": 351, "name": "Product #25 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 276, "fields": {"page": 352, "name": "Product #26 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 277, "fields": {"page": 353, "name": "Product #27 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 278, "fields": {"page": 354, "name": "Product #28 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 279, "fields": {"page": 355, "name": "Product #29 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 280, "fields": {"page": 356, "name": "Product #30 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 281, "fields": {"page": 357, "name": "Product #31 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 282, "fields": {"page": 358, "name": "Product #32 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 283, "fields": {"page": 359, "name": "Product #33 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 284, "fields": {"page": 360, "name": "Product #34 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 285, "fields": {"page": 361, "name": "Product #35 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 286, "fields": {"page": 362, "name": "Product #36 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 287, "fields": {"page": 363, "name": "Product #37 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 288, "fields": {"page": 364, "name": "Product #38 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 289, "fields": {"page": 365, "name": "Product #39 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 290, "fields": {"page": 366, "name": "Product #40 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 291, "fields": {"page": 367, "name": "Product #41 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 292, "fields": {"page": 368, "name": "Product #42 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 293, "fields": {"page": 369, "name": "Product #43 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 294, "fields": {"page": 370, "name": "Product #44 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 295, "fields": {"page": 371, "name": "Product #45 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 296, "fields": {"page": 372, "name": "Product #46 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 297, "fields": {"page": 373, "name": "Product #47 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 298, "fields": {"page": 374, "name": "Product #48 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 299, "fields": {"page": 375, "name": "Product #49 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.product", "pk": 300, "fields": {"page": 376, "name": "Product #50 of Category #0 of #44", "category": 48, "price": 0.0}}, {"model": "stroyprombeton.taggroup", "pk": 1, "fields": {"uuid": "7a5c95e0-b22d-48a5-a47c-de153b34cb3d", "name": "\u0414\u043b\u0438\u043d\u0430", "position": 1}}, {"model": "stroyprombeton.taggroup", "pk": 2, "fields": {"uuid": "97507cea-d25d-4c1d-97e0-4834266f73a1", "name": "\u041c\u0430\u0441\u0441\u0430", "position": 2}}, {"model": "stroyprombeton.tag", "pk": 1, "fields": {"uuid": "e14e0d7d-5dfb-4adf-a2d1-c184390a7b90", "name": "1 \u043c", "position": 1, "slug": "dlina__1-m", "group": 1}}, {"model": "stroyprombeton.tag", "pk": 2, "fields": {"uuid": "8b1a6cad-66d9-41a8-89ef-8e29b7d6107e", "name": "2 \u043c", "position": 2, "slug": "dlina__2-m", "group": 1}}, {"model": "stroyprombeton.tag", "pk": 3, "fields": {"uuid": "393869bc-08bc-4f39-9fc1-afa8f4da3d84", "name": "2 \u043a\u0433", "position": 1, "slug": "massa__2-kg", "group": 2}}, {"model": "stroyprombeton.tag", "pk": 4, "fields": {"uuid": "bde63543-d02c-4cb0-9ac2-a17b75625d5e", "name": "3 \u043a\u0433", "position": 2, "slug": "massa__3-kg", "group": 2}}] \ No newline at end of file diff --git a/stroyprombeton/management/commands/test_db.py b/stroyprombeton/management/commands/test_db.py index 42e0c6f0..7a2d8e69 100644 --- a/stroyprombeton/management/commands/test_db.py +++ b/stroyprombeton/management/commands/test_db.py @@ -177,18 +177,22 @@ def create_category(id: int, pattern: str): @staticmethod def create_series(): - def create(id: int, pattern: str): + def create(id: int, pattern: str, parent): return stb_models.Series.objects.create( name=pattern.format(id), - page=ModelPage.objects.create(name=pattern.format(id)), + page=ModelPage.objects.create( + name=pattern.format(id), + parent=parent, + ), ) + parent = CustomPage.objects.get(slug='series') real_series = [ - create(id=i, pattern=SERIES_PATTERN) + create(id=i, pattern=SERIES_PATTERN, parent=parent) for i in range(REAL_SERIES_COUNT) ] for i in range(EMPTY_SERIES_COUNT): - create(id=i, pattern=EMPTY_SERIES_PATTERN) + create(id=i, pattern=EMPTY_SERIES_PATTERN, parent=parent) # return only real series, because only they should have children return real_series diff --git a/templates/catalog/series.html b/templates/catalog/series.html index 788a673d..a5cec164 100644 --- a/templates/catalog/series.html +++ b/templates/catalog/series.html @@ -1,6 +1,8 @@ {% extends 'layout/inner_page.html' %} {% block content %} + {# @todo #663:30m Test series crumbs. #} + {% include 'components/breadcrumbs.html' with page=page base_url=base_url only %} {% include 'components/page_h1.html' with page=page only %}