@@ -17,36 +18,58 @@
data-request-flash
class="post_form post_form-2 first-step-form">
-
+ {% if productForEditing %}
+
+ {% endif %}
-
+
-
+
-
+
-
+
-
+
@@ -56,7 +79,11 @@
@@ -68,7 +95,11 @@
diff --git a/plugins/tps/birzha/components/offerForm/second_step_form.htm b/plugins/tps/birzha/components/offerForm/second_step_form.htm
index 1372a1d1c..30dc65278 100644
--- a/plugins/tps/birzha/components/offerForm/second_step_form.htm
+++ b/plugins/tps/birzha/components/offerForm/second_step_form.htm
@@ -16,7 +16,11 @@
@@ -24,7 +28,8 @@
-
+
@@ -34,7 +39,11 @@
@@ -42,7 +51,8 @@
-
+
@@ -52,7 +62,11 @@
@@ -60,7 +74,8 @@
-
+
@@ -69,8 +84,16 @@
@@ -81,31 +104,29 @@
-
-
@@ -116,7 +137,13 @@
{% for i in 0..2 %}
-
+ {% if product.images[i] %}
+
+
 }})
+
+
+ {% endif %}
+
@@ -132,6 +159,11 @@
/>
+ {% if product.images[i] %}
+
+

+
+ {% endif %}
{% endfor %}
diff --git a/themes/birzha/pages/kabinet/edit_post.htm b/themes/birzha/pages/kabinet/edit_post.htm
new file mode 100644
index 000000000..111822563
--- /dev/null
+++ b/themes/birzha/pages/kabinet/edit_post.htm
@@ -0,0 +1,13 @@
+title = "Edit post"
+url = "/edit-post/:id"
+layout = "default"
+is_hidden = 0
+
+[viewBag]
+localeUrl[en] = "/edit-post/:id"
+localeUrl[ru] = "/edit-post/:id"
+
+[offerform]
+productId = "{{ :id }}"
+==
+{% component 'offerform' %}
\ No newline at end of file
diff --git a/themes/birzha/pages/kabinet/my_offers.htm b/themes/birzha/pages/kabinet/my_offers.htm
index 4c54dbc8d..92c7fc7fd 100644
--- a/themes/birzha/pages/kabinet/my_offers.htm
+++ b/themes/birzha/pages/kabinet/my_offers.htm
@@ -1,2 +1,15 @@
-title = "My offers"
+title = "My posts"
+url = "/my-posts"
+layout = "default"
+is_hidden = 0
+
+[viewBag]
+localeTitle[en] = "My posts"
+localeTitle[ru] = "My posts"
+localeUrl[en] = "/my-posts"
+localeUrl[ru] = "/my-posts"
+
+[myOffers]
+perPage = 0
==
+{% component 'myOffers' %}
\ No newline at end of file
diff --git a/themes/birzha/partials/header.htm b/themes/birzha/partials/header.htm
index a8f2eb19b..d0f075696 100644
--- a/themes/birzha/partials/header.htm
+++ b/themes/birzha/partials/header.htm
@@ -125,7 +125,7 @@ code = "main-top"
-
+