diff --git a/users/templates/customer_profile_current_projects.html b/users/templates/customer_profile_current_projects.html
index 3111c63..977f259 100644
--- a/users/templates/customer_profile_current_projects.html
+++ b/users/templates/customer_profile_current_projects.html
@@ -13,7 +13,6 @@
-
-
-
-
-
-
- {% for proj in object.projects.all %}
-
-
-
- {{ proj.name }}
-
-
-
- - Объект "{{ proj.realty.name }}"
- - 0 ответ от имени группы
-
-
-
-
-
- {{ proj.text }}
-
-
-
- - {{ proj.created}}
- - 0
- - 0
- - {{ object.get_full_name }}
-
-
-
-
-
- {{ proj.price }}
-
-
-
- - Редактировать
- - Переместить в корзину
-
-
-
- {% endfor %}
-
{% endblock %}
diff --git a/users/templates/customer_profile_deleted_projects.html b/users/templates/customer_profile_deleted_projects.html
index b017053..f93ebe4 100644
--- a/users/templates/customer_profile_deleted_projects.html
+++ b/users/templates/customer_profile_deleted_projects.html
@@ -1,110 +1,22 @@
-
-
-
-
-
-
- Archilance
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

-
-
-
-
45%
-
-
-
-
+{% extends 'partials/base.html' %}
+
+{% block content %}
+ {% include 'partials/header.html' %}
+
-
-

-
-
+
+

+
+
- Иванов Петр Иванович [ivanov_petr]
+ {{ object.get_full_name }} [ivanov_petr]
Россия, Москва
На сайте 8 лет и 3 месяца
@@ -153,16 +65,17 @@
Разместить заказ
@@ -403,62 +316,8 @@
-
+
+ {% include 'partials/footer.html' %}
-
-
-
-
-
-
-
\ No newline at end of file
+{% endblock %}
diff --git a/users/templates/customer_profile_open_projects.html b/users/templates/customer_profile_open_projects.html
index 1a96949..3e47141 100644
--- a/users/templates/customer_profile_open_projects.html
+++ b/users/templates/customer_profile_open_projects.html
@@ -74,7 +74,6 @@
-
-
{% for proj in object.projects.all %}
@@ -147,6 +145,8 @@
{% endfor %}
+
+ {% include 'partials/footer.html' %}
{% endblock %}