diff --git a/templates/widgets/routes/w_my_route.html b/templates/widgets/routes/w_my_route.html
index 99be9f9..113d282 100644
--- a/templates/widgets/routes/w_my_route.html
+++ b/templates/widgets/routes/w_my_route.html
@@ -143,12 +143,30 @@
{% else %}src="{% static "img/svg/user_icon_standart.png" %}"{% endif %}>
{{ route.owner.last_name }} {{ route.owner.first_name }}
-
-
- {%if route.phone == route.phone %}{{ route.phone }}{% endif %}
-
+{# #}
+{#
#}
+{# {%if route.phone == route.phone %}{{ route.phone }}{% endif %}#}
+{# #}
+{# #}
+{# #}
+
+
+
+
+ {% if route.phone %}
+ {{ route.phone }}
+ {% else %}
+ {% translate "Не указан" %}
+ {% endif %}
+
+
+
+
+
+
{{ route.owner.email }}